ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / ScaleAt Method / ScaleAt(Coordinate,Single,Single) Method
A Coordinate class that represents the center of the scale.
The value by which to scale this Matrix in the x-axis direction.
The value by which to scale this Matrix in the y-axis direction.

In This Topic
    ScaleAt(Coordinate,Single,Single) Method
    In This Topic
    Applies the specified scale vector to this Matrix object by prepending the scale vector at speical point.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ScaleAt( _
       ByVal point As Coordinate, _
       ByVal scaleX As Single, _
       ByVal scaleY As Single _
    ) 
    public void ScaleAt( 
       Coordinate point,
       float scaleX,
       float scaleY
    )

    Parameters

    point
    A Coordinate class that represents the center of the scale.
    scaleX
    The value by which to scale this Matrix in the x-axis direction.
    scaleY
    The value by which to scale this Matrix in the y-axis direction.
    See Also