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






In This Topic
    Transform(Matrix) Method
    In This Topic
    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)
    public void Transform( 
       System.Drawing.Drawing2D.Matrix Matrix
    )
    public procedure Transform( 
        Matrix: System.Drawing.Drawing2D.Matrix
    ); 
    public function Transform( 
       Matrix : System.Drawing.Drawing2D.Matrix
    );
    public: void Transform( 
       System.Drawing.Drawing2D.Matrix* Matrix
    ) 
    public:
    void Transform( 
       System.Drawing.Drawing2D.Matrix^ 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