Gets or sets the offset applied to this node by its matrix.
The offset applied to this node, specified in the parent coordinate system.
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.
PNode Class | UMD.HCIL.Piccolo Namespace