Skip to content

Commit 5db2e8b

Browse files
authored
Update cd2dbrush-class.md (2)
Replace 'render target' with 'brush' in GetTransform and SetTransform function descriptions.
1 parent a8d51bc commit 5db2e8b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mfc/reference/cd2dbrush-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ A value between zero and 1 that indicates the opacity of the brush. This value i
153153
154154
## <a name="gettransform"></a> CD2DBrush::GetTransform
155155
156-
Gets the current transform of the render target
156+
Gets the current transform of the brush
157157
158158
```cpp
159159
void GetTransform(D2D1_MATRIX_3X2_F* transform) const;
@@ -162,7 +162,7 @@ void GetTransform(D2D1_MATRIX_3X2_F* transform) const;
162162
### Parameters
163163

164164
*transform*<br/>
165-
When this returns, contains the current transform of the render target. This parameter is passed uninitialized.
165+
When this returns, contains the current transform of the brush. This parameter is passed uninitialized.
166166

167167
## <a name="isvalid"></a> CD2DBrush::IsValid
168168

@@ -219,7 +219,7 @@ A value between zero and 1 that indicates the opacity of the brush. This value i
219219
220220
## <a name="settransform"></a> CD2DBrush::SetTransform
221221
222-
Applies the specified transform to the render target, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
222+
Applies the specified transform to the brush, replacing the existing transformation. All subsequent drawing operations occur in the transformed space.
223223
224224
```cpp
225225
void SetTransform(const D2D1_MATRIX_3X2_F* transform);
@@ -228,7 +228,7 @@ void SetTransform(const D2D1_MATRIX_3X2_F* transform);
228228
### Parameters
229229

230230
*transform*<br/>
231-
The transform to apply to the render target
231+
The transform to apply to the brush
232232

233233
## See also
234234

0 commit comments

Comments
 (0)