CRenderTarget::GetTransform

Applies the specified transform to the render target, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.

void GetTransform(
   D2D1_MATRIX_3X2_F* transform
);

Parameters

  • transform
    The transform to apply to the render target.

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class