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.GetBounds

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Function GetBounds(Matrix) As RectangleF
[C#] public RectangleF GetBounds(Matrix);
[C++] public: RectangleF GetBounds(Matrix*);
[JScript] public function GetBounds(Matrix) : RectangleF;

[To be supplied.]

[Visual Basic] Overloads Public Function GetBounds() As RectangleF
[C#] public RectangleF GetBounds();
[C++] public: RectangleF GetBounds();
[JScript] public function GetBounds() : RectangleF;

[To be supplied.]

[Visual Basic] Overloads Public Function GetBounds(Matrix, Pen) As RectangleF
[C#] public RectangleF GetBounds(Matrix, Pen);
[C++] public: RectangleF GetBounds(Matrix*, Pen);
[JScript] public function GetBounds(Matrix, Pen) : RectangleF;

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace