[To be supplied.]
[Visual Basic] Overloads Public Sub New( _ ByVal pts() As PointF, _ ByVal types() As Byte, _ ByVal fillMode As FillMode _ ) [C#] public GraphicsPath( PointF[] pts, byte[] types, FillMode fillMode ); [C++] public: GraphicsPath( PointF* pts[], unsigned char* types[], FillMode fillMode ); [JScript] public function GraphicsPath( pts : PointF[], types : Byte[], fillMode : FillMode );
GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath Constructor Overload List