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 (Matrix, Pen)

[To be supplied.]

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

Parameters

matrix
[To be supplied.]
pen
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.GetBounds Overload List