VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / CompositeAnnotationData Class / SetRotation(Single,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetRotation(Single,Boolean) Method (CompositeAnnotationData)
    In This Topic
    Sets the rotation angle, in degrees, for this annotation.
    Syntax
    'Declaration
    
    Public Sub SetRotation( _
    ByVal rotation
    The rotation angle, in degrees.
    As Single, _
    ByVal affectToChildren
    A value indicating whether child annotations also must be rotated.
    As Boolean _
    )
    public void SetRotation(
    float rotation,
    bool affectToChildren
    )
    public: void SetRotation(
    float rotation,
    bool affectToChildren
    )
    public:
    void SetRotation(
    float rotation,
    bool affectToChildren
    )

    Parameters

    rotation
    The rotation angle, in degrees.
    affectToChildren
    A value indicating whether child annotations also must be rotated.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also