DXFReaderNETControlCoordsToWorld Method
|
Converts pixels coordinates to drawing's coordinates.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 CoordsToWorld(
int X,
int Y
)
Public Function CoordsToWorld (
X As Integer,
Y As Integer
) As Vector2
public:
Vector2 CoordsToWorld(
int X,
int Y
)
member CoordsToWorld :
X : int *
Y : int -> Vector2
METHOD CoordsToWorld(
X AS LONG,
Y AS LONG
) AS Vector2
Parameters
- X
- Type: SystemInt32
Pixel x. - Y
- Type: SystemInt32
Pixel y.
Return Value
Type:
Vector2The
point in drawing's units.
See Also