Method PixelToView
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
PixelToView(object)
Converts and returns the given point from pixel coordinates to view coordinates.
public object PixelToView(object pt)
Parameters
ptobjectA two sized array containing the x and y values of the point in pixels relative to the upper left corner of the drawing area.
Returns
- object
A 3 sized array object that contains the x, y and z values of the given point in view coordinates.
Remarks
You can create a point object using newpoint(double, double, double).