Gets the sketch coordinate for the specified pixel.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPointOnSketchFromPixel( _
ByVal Row As System.Integer, _
ByVal Column As System.Integer _
) As MathPoint |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim Row As System.Integer
Dim Column As System.Integer
Dim value As MathPoint
value = instance.GetPointOnSketchFromPixel(Row, Column) |
C# | |
---|
MathPoint GetPointOnSketchFromPixel(
System.int Row,
System.int Column
) |
C++/CLI | |
---|
MathPoint^ GetPointOnSketchFromPixel(
& System.int Row,
& System.int Column
) |
Parameters
- Row
- Row for this pixel
- Column
- Column for this pixel
Return Value
Point in the sketch space
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0