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!

Image.GetBounds

[To be supplied.]

[Visual Basic]
Public Function GetBounds( _
   ByRef pageUnit As GraphicsUnit _
) As RectangleF
[C#]
public RectangleF GetBounds(
   ref GraphicsUnit pageUnit
);
[C++]
public: RectangleF GetBounds(
   GraphicsUnit** pageUnit
);
[JScript]
public function GetBounds(
   pageUnit : GraphicsUnit
) : RectangleF;

Parameters

pageUnit
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace