Gets the logical AnnPoint for the specified x, y and unit for this designer.
Protected Function GetLogicalAnnPoint( _
ByVal x As Integer, _
ByVal y As Integer, _
ByVal unit As Leadtools.Annotations.AnnUnit _
) As Leadtools.Annotations.AnnPoint
protected:
Leadtools.Annotations.AnnPoint GetLogicalAnnPoint(
int x,
int y,
Leadtools.Annotations.AnnUnit unit
)
x
The X position to be converted.
y
The Y position to be converted.
unit
The unit that will be used in converting x and y values to AnnPoint.
The AnnPoint which contains the converted x and y values using the specified unit for this designer.
This is a helper method that can be used by derived classes to convert a physical point (obtained usually through the mouse events) to a logical point on the current Container object.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET