VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Content Namespace / PdfContentGraphicsFigureEditor Class / ApplyTransform Methods / ApplyTransform(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    ApplyTransform(Int32) Method (PdfContentGraphicsFigureEditor)
    In This Topic
    Applies current transform to the specified graphics figure.
    Syntax
    'Declaration
    
    Public Overloads Function ApplyTransform( _
    ByVal graphicsFigureIndex
    Index of figure to transform.
    As System.Int32 _
    ) As Boolean
    public bool ApplyTransform(
    System.Int32 graphicsFigureIndex
    )
    public: bool ApplyTransform(
    System.Int32 graphicsFigureIndex
    )
    public:
    bool ApplyTransform(
    System.Int32 graphicsFigureIndex
    )

    Parameters

    graphicsFigureIndex
    Index of figure to transform.

    Return Value

    True if transform is applied to the figure; otherwise, false.
    Requirements

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

    See Also