Piccolo.NET

PNode.ScaleBy Method (Single, Single, Single)

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

public virtual void ScaleBy(
   float scale,
   float x,
   float y
);

Parameters

scale
The amount to scale by.
x
The x-coordinate of the point to scale about.
y
The y-coordinate of the point to scale about.

See Also

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


Web Accessibility