2.2.4.41 CT_MotionPathCurveCmd

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

A complex type that specifies a curved segment of a motion path. The curve is described as a Bezier curve with three control points.

 <xs:complexType name="CT_MotionPathCurveCmd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="x1" type="xs:int"/>
     <xs:element name="x2" type="xs:int"/>
     <xs:element name="x3" type="xs:int"/>
     <xs:element name="y1" type="xs:int"/>
     <xs:element name="y2" type="xs:int"/>
     <xs:element name="y3" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

x1:  An xs:int ([XMLSCHEMA2] section 3.3.17) element that specifies the x coordinate, in pixels, of the first control point for the segment.

x2:  An xs:int element that specifies the x coordinate, in pixels, of the second control point for the segment.

x3:  An xs:int element that specifies the x coordinate, in pixels, of the third control point for the segment.

y1:  An xs:int element that specifies the y coordinate, in pixels, of the first control point for the segment.

y2:  An xs:int element that specifies the y coordinate, in pixels, of the second control point for the segment.

y3:  An xs:int element that specifies the y coordinate, in pixels, of the third control point for the segment.