Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / SetAngle Method
The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
The rotation angle relative to anchorRect, in degrees.

In This Topic
    SetAngle Method
    In This Topic
    Adds an Angle constraint relative to anchorRect.
    Syntax
    'Declaration
     
    Public Function SetAngle( _
       ByVal anchorRect As LayoutRect, _
       Optional ByVal relativeAngle As System.Integer _
    ) As AngleConstraint
    public AngleConstraint SetAngle( 
       LayoutRect anchorRect,
       System.int relativeAngle
    )

    Parameters

    anchorRect
    The referenced LayoutRect or a null reference (Nothing in Visual Basic) to reference the owner LayoutView.
    relativeAngle
    The rotation angle relative to anchorRect, in degrees.

    Return Value

    New constraint just added.
    See Also