DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / Transform(SKMatrix) Method
The SKMatrix object to use to transform the label



In This Topic
    Transform(SKMatrix) Method
    In This Topic
    Adjusts the position, size etc. of the label
    Syntax
    'Declaration
     
    
    Public Sub Transform( _
       ByVal SKMatrix As SkiaSharp.SKMatrix _
    ) 
    'Usage
     
    
    Dim instance As DicomLabel
    Dim SKMatrix As SkiaSharp.SKMatrix
     
    instance.Transform(SKMatrix)
    public void Transform( 
       SkiaSharp.SKMatrix SKMatrix
    )
    public:
    void Transform( 
       SkiaSharp.SKMatrix SKMatrix
    ) 

    Parameters

    SKMatrix
    The SKMatrix object to use to transform the label

    Return Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also