[To be supplied.]
[Visual Basic] Overloads Public Sub Warp( _ ByVal destPoints() As PointF, _ ByVal srcRect As RectangleF, _ ByVal matrix As Matrix, _ ByVal warpMode As WarpMode, _ ByVal flatness As Single _ ) [C#] public void Warp( PointF[] destPoints, RectangleF srcRect, Matrix matrix, WarpMode warpMode, float flatness ); [C++] public: void Warp( PointF* destPoints[], RectangleF srcRect, Matrix* matrix, WarpMode warpMode, float flatness ); [JScript] public function Warp( destPoints : PointF[], srcRect : RectangleF, matrix : Matrix, warpMode : WarpMode, flatness : float );
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.Warp Overload List