NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GraphicsPath.Warp (PointF[], RectangleF, Matrix)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Warp( _
   ByVal destPoints() As PointF, _
   ByVal srcRect As RectangleF, _
   ByVal matrix As Matrix _
)
[C#]
public void Warp(
   PointF[] destPoints,
   RectangleF srcRect,
   Matrix matrix
);
[C++]
public: void Warp(
   PointF* destPoints[],
   RectangleF srcRect,
   Matrix* matrix
);
[JScript]
public function Warp(
   destPoints : PointF[],
   srcRect : RectangleF,
   matrix : Matrix
);

Parameters

destPoints
[To be supplied.]
srcRect
[To be supplied.]
matrix
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.Warp Overload List