ImageItem.Position Property

Gets or sets the position of the upper-left corner of the image.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PointF Position { get; set; }

Property Value

A PointF structure that represents the location of the upper-left corner of this image.

See Also

Reference