Piccolo.NET

PNode.ScaleBy Method (Single, PointF)

Scale this node's matrix by the given amount about the specified point.

public virtual void ScaleBy(
   float scale,
   PointF point
);

Parameters

scale
The amount to scale by.
point
The point to scale about.

Remarks

This will affect this node and all of its descendents.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.ScaleBy Overload List


Web Accessibility