DiagramClientView.WorldToDevice Method
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