Click or drag to resize

RubberbandPixelPointFromDisplayPoint Method

Returns the pixel position from the specified display 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 PixelPointFromDisplayPoint(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The position relative to the upper-left corner of the control.

Return Value

Type: PointF
The image pixel position.
See Also