DicomObjects.NET.V8
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 Matrix _
    ) 
    'Usage
     
    Dim instance As DicomLabel
    Dim Matrix As Matrix
     
    instance.Transform(Matrix)
    public void Transform( 
       Matrix Matrix
    )
    public:
    void Transform( 
       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.0 or higher

    See Also