VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / MultiplyTransform(AffineMatrix) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    MultiplyTransform(AffineMatrix) Method (PdfAnnotation)
    In This Topic
    Multiplies a current transformation matrix of annotation appearances to the specified transformation matrix.
    Syntax
    'Declaration
    
    Public Sub MultiplyTransform( _
    ByVal matrix
    The matrix.
    As Vintasoft.Imaging.AffineMatrix _
    )
    public void MultiplyTransform(
    Vintasoft.Imaging.AffineMatrix matrix
    )
    public: void MultiplyTransform(
    Vintasoft.Imaging.AffineMatrix* matrix
    )
    public:
    void MultiplyTransform(
    Vintasoft.Imaging.AffineMatrix^ matrix
    )

    Parameters

    matrix
    The matrix.
    Remarks

    This method changes Rectangle and AppearanceMatrix properties.

    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