VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfContentEditorTool Class / TransformFigure(GraphicsFigureView,AffineMatrix) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    TransformFigure(GraphicsFigureView,AffineMatrix) Method (PdfContentEditorTool)
    In This Topic
    Transforms the figure using specified affine matrix.
    Syntax
    'Declaration
    
    Public Sub TransformFigure( _
    ByVal figureView
    The figure view.
    As GraphicsFigureView, _
    ByVal transform
    The affine matrix that defines transformation.
    As Vintasoft.Imaging.AffineMatrix _
    )

    Parameters

    figureView
    The figure view.
    transform
    The affine matrix that defines transformation.
    Exceptions
    ExceptionDescription
    Thrown if figure is not ContentStreamGraphicsFigure.
    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