Gets a point in sheet space, given normalized view coordinates in the range 0 to 1.
x=0, y=0 is at the bottom left corner of the view
x=1, y=1 is at the top right corner of the view
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function SheetPoint ( x As Double, y As Double ) As DocumentUnitsPoint2d
C#
DocumentUnitsPoint2d SheetPoint( double x, double y )
Parameters
- x
- Type: System.Double
- y
- Type: System.Double