RubberbandPixelPointToDisplayPoint Method |
Returns the display position from a pixel position.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected PointF PixelPointToDisplayPoint(
PointF point
)
Protected Function PixelPointToDisplayPoint (
point As PointF
) As PointF
Parameters
- point
- Type: System.DrawingPointF
The image pixel position to convert.
Return Value
Type:
PointF The display position, relative to the upper-left corner.
See Also