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