ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / BitmapRenderTarget Class / SetCurrentTransform Method

In This Topic
    SetCurrentTransform Method
    In This Topic
    HRESULT IDWriteBitmapRenderTarget::SetCurrentTransform([In, Optional] const DWRITE_MATRIX* transform)
    Syntax
    'Declaration
     
    Public Sub SetCurrentTransform( _
       ByVal transform As System.Nullable(Of Matrix3x2) _
    ) 
    public void SetCurrentTransform( 
       System.Nullable<Matrix3x2> transform
    )

    Parameters

    transform
    See Also