http://schemas.datacontract.org/2004/07/System.Drawing
Rectangle Complex Type
Namespace | http://schemas.datacontract.org/2004/07/System.Drawing |
Diagram
Overview
Used By
Source
<xs:complexType name="Rectangle" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:appinfo> <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="height" type="xs:int" /> <xs:element name="width" type="xs:int" /> <xs:element name="x" type="xs:int" /> <xs:element name="y" type="xs:int" /> </xs:sequence> </xs:complexType> |
See Also