MobileForms Toolkit Documentation

ImageBox.Origin Property

Gets or sets the origin of the painted image.

public System.Drawing.Point Origin {get; set;}

Remarks

The origin of the image is its upper-left pixel. The default value is (0, 0) which means that the image will be drawn with its upper-left pixel placed in the upper-left corner of the control. You can set other pixel to be displayed in the upper-left corner of the control and shift the entire image in either direction.

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace