Piccolo.NET

PNode.TranslateBy Method 

Translate this node's matrix by the given amount, using the standard matrix Translate method.

public virtual void TranslateBy(
   float dx,
   float dy
);

Parameters

dx
The amount to translate in the x direction.
dy
The amount to translate in the y direction.

Remarks

This translation affects this node and all of its descendents.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility