[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 );
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.Warp Overload List