2.2.4.73 CT_Point2D

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that SHOULD<34> specify a two dimensional point.

 <xs:complexType name="CT_Point2D" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="x" type="xs:int"/>
     <xs:element name="y" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

x:  An xs:int ([XMLSCHEMA2] section 3.3.17) that specifies the x coordinate in pixels. This element MUST be present.

y:  An xs:int ([XMLSCHEMA2] section 3.3.17) that specifies the y coordinate in pixels. This element MUST be present.