Piccolo.NET

PNode.Offset Property

Gets or sets the offset applied to this node by its matrix.

public virtual System.Drawing.PointF Offset {get; set;}

Property Value

The offset applied to this node, specified in the parent coordinate system.

Remarks

The offset affects this node and all of its descendents and is specified in the parent coordinate system. This property returns the values that are in the dx and dy positions of the matrix. Setting this property directly sets those values. Unlike PNode.TranslateBy(), this is not affected by the scale value of the matrix.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace