ShopToolsUtilGetDisplayCoordinate Method
Return the scaled representation of the caller's drawing space
coordinate for use on the current display canvas.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static Point GetDisplayCoordinate(
FPoint offset,
Rectangle workspaceArea,
float scale
)
Public Shared Function GetDisplayCoordinate (
offset As FPoint,
workspaceArea As Rectangle,
scale As Single
) As Point
No code example is currently available or this language may not be supported.
- offset FPoint
-
Reference to the drawing space offset to convert.
- workspaceArea Rectangle
-
The physical workspace onto which the drawing is being projected.
- scale Single
-
The current scale.
Point
The coordinate on the target canvas cooresponding to the caller's
offset.