Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
WorldToDevice(PointD) | Converts a point in world units to device units using the view's current zoom factor. The point returned is relative to the DiagramClientView's top-left. |
![]() |
WorldToDevice(RectangleD) | Converts a rectangle in world units to device units using the view's current zoom factor. The rectangle returned is relative to the DiagramClientView's top-left. |
![]() |
WorldToDevice(SizeD) | Converts a size in world units to device units using the view's current zoom factor. |
![]() |
WorldToDevice(SizeD, Single) | Converts a size in world units to device units using the specified zoom factor. |
Top