ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / CalcRectRotation Method
The width.
The height.
The angle.
The left most x.
The top most y.
The dx.
The dy.

In This Topic
    CalcRectRotation Method
    In This Topic
    Calculates the rect rotation.
    Syntax
    'Declaration
     
    Public Shared Sub CalcRectRotation( _
       ByVal width As Single, _
       ByVal height As Single, _
       ByVal angle As Single, _
       ByRef leftMostX As Single, _
       ByRef topMostY As Single, _
       ByRef dx As Single, _
       ByRef dy As Single _
    ) 
    public static void CalcRectRotation( 
       float width,
       float height,
       float angle,
       out float leftMostX,
       out float topMostY,
       out float dx,
       out float dy
    )

    Parameters

    width
    The width.
    height
    The height.
    angle
    The angle.
    leftMostX
    The left most x.
    topMostY
    The top most y.
    dx
    The dx.
    dy
    The dy.
    See Also