Skip to content

Commit 6b609f1

Browse files
author
Colin Robertson
committed
Fix CRenderTarget::GetTransform per 1813
1 parent 3e4adfa commit 6b609f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/mfc/reference/crendertarget-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ When this method returns, textRenderingParamscontains the address of a pointer t
775775

776776
## <a name="gettransform"></a> CRenderTarget::GetTransform
777777

778-
Applies the specified transform to the render target, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
778+
Gets the current transform of the render target.
779779

780780
```
781781
void GetTransform(D2D1_MATRIX_3X2_F* transform);
@@ -784,7 +784,7 @@ void GetTransform(D2D1_MATRIX_3X2_F* transform);
784784
### Parameters
785785

786786
*transform*<br/>
787-
The transform to apply to the render target.
787+
When this returns, contains the current transform of the render target. This parameter is passed uninitialized.
788788

789789
## <a name="issupported"></a> CRenderTarget::IsSupported
790790

0 commit comments

Comments
 (0)