Solid Edge Framework Type Library
TransformDCToModel Method
Specifies the x coordinate in the device context.
Specifies the y coordinate in the device context.
Returns the transformed x coordinate.
Returns the transformed y coordinate.
Returns the transformed z coordinate.
Description
Converts device context coordinates to model coordinates.
Syntax
Visual Basic
Public Sub TransformDCToModel( _
   ByVal DeviceX As Long, _
   ByVal DeviceY As Long, _
   ByRef ModelX As Double, _
   ByRef ModelY As Double, _
   ByRef ModelZ As Double _
) 
Parameters
DeviceX
Specifies the x coordinate in the device context.
DeviceY
Specifies the y coordinate in the device context.
ModelX
Returns the transformed x coordinate.
ModelY
Returns the transformed y coordinate.
ModelZ
Returns the transformed z coordinate.
See Also

View Object  | View Members