Aurigma Graphics Mill 5.5 for .NET
BitmapViewer..::.GetCanvasBounds Method
Returns a rectangle of the bitmap viewer client area (without scroll bars).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Remarks
Left-top corner coordinates are measured relatively to the parent form using its coordinate system. Width and height do not include scroll bars and a border.
To get a rectangle occupied by the bitmap inside the control, use the GetViewportBounds()()() method.