Solid Edge Draft Type Library
WindowToModel Method
Specifies the model coordinates to be transformed into window coordinates.
Specifies the model coordinates to be transformed into window coordinates.
Returns the model coordinates.
Returns the model coordinates.
Description
Tranforms window coordinates to model coordinates.
Syntax
Visual Basic
Public Sub WindowToModel( _
   ByVal WindowX As Integer, _
   ByVal WindowY As Integer, _
   ByRef ModelX As Double, _
   ByRef ModelY As Double _
) 
Parameters
WindowX
Specifies the model coordinates to be transformed into window coordinates.
WindowY
Specifies the model coordinates to be transformed into window coordinates.
ModelX
Returns the model coordinates.
ModelY
Returns the model coordinates.
Remarks
Model coordinates are in database units (meters), relative to the model origin (the lower left corner of the backdrop). Window coordinates are in points (1/72 inch), relative to the window origin (the upper left corner of the window).
See Also

SheetWindow Object  | SheetWindow Members