Draws an area using the box's boundaries and the current drawing matrix
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
| Visual Basic (Declaration) |
Public Function ViewBox( _ ByVal box As DRect, _ ByVal clientrect As RectangleF _ ) As DRect |
Parameters
-
box
-
Type: DRect
boundaries on the drawing in drawing coordinates
-
clientrect
-
Type: RectangleF
The client rectangle of a picturebox control
Return Value
Real box
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET8
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also