GetCurrentTransform Method (BitmapRenderTarget)
In This Topic
HRESULT IDWriteBitmapRenderTarget::GetCurrentTransform([Out] DWRITE_MATRIX* transform)
Syntax
'Declaration
Public Sub GetCurrentTransform( _
ByRef As Matrix3x2 _
)
public void GetCurrentTransform(
out Matrix3x2
)
Parameters
- transform
See Also