Scale this node's matrix by the given amount.
Scale this node's matrix by the given amount.
public virtual void ScaleBy(float);
Scale this node's matrix by the given amount about the specified point.
public virtual void ScaleBy(float,PointF);
Scale this node's matrix by the given amount about the specified point.
public virtual void ScaleBy(float,float,float);
PNode Class | UMD.HCIL.Piccolo Namespace