DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Transform(Matrix) Method
The Matrix object to use to transform the label






    Transform(Matrix) Method
    Adjusts the position, size etc. of the label
    Syntax
    'Declaration
     
    
    Public Sub Transform( _
       ByVal Matrix As System.Drawing.Drawing2D.Matrix _
    ) 
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim Matrix As System.Drawing.Drawing2D.Matrix
     
    instance.Transform(Matrix)

    Parameters

    Matrix
    The Matrix object to use to transform the label

    Return Value

    void
    Remarks
    The Area and Points properties are both transformed acccording the values in the Matrix
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also