[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.ScaleAt

ScaleAt Method

ScaleAt(Coordinate, float, float)

Applies the specified scale vector to this Matrix object by prepending the scale vector at speical point.

Declaration
public void ScaleAt(Coordinate point, float scaleX, float scaleY)
Parameters
Type Name Description
Coordinate point

A Coordinate class that represents the center of the scale.

float scaleX

The value by which to scale this Matrix in the x-axis direction.

float scaleY

The value by which to scale this Matrix in the y-axis direction.

ScaleAt(Coordinate, float, float, TransformOrder)

Applies the specified scale vector to this Matrix object by prepending the scale vector at speical point.

Declaration
public void ScaleAt(Coordinate point, float scaleX, float scaleY, TransformOrder order)
Parameters
Type Name Description
Coordinate point

A Coordinate class that represents the center of the scale.

float scaleX

The value by which to scale this Matrix in the x-axis direction.

float scaleY

The value by which to scale this Matrix in the y-axis direction.

TransformOrder order

A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.