You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/atl-mfc-shared/reference/cimage-class.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ An alpha transparency value to be used on the entire source bitmap. The default
202
202
The alpha-blending function for source and destination bitmaps, a global alpha value to be applied to the entire source bitmap, and format information for the source bitmap. The source and destination blend functions are currently limited to AC_SRC_OVER.
203
203
204
204
*pointDest*<br/>
205
-
A reference to a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure that identifies the upper left corner of the destination rectangle, in logical units.
205
+
A reference to a [POINT](/previous-versions/dd162805\(v=vs.85\)) structure that identifies the upper left corner of the destination rectangle, in logical units.
206
206
207
207
*nDestWidth*<br/>
208
208
The width, in logical units, of the destination rectangle.
@@ -223,7 +223,7 @@ The width, in logical units, of the source rectangle.
223
223
The height, in logical units, of the source rectangle.
224
224
225
225
*rectDest*<br/>
226
-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
226
+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
227
227
228
228
*rectSrc*<br/>
229
229
A reference to a `RECT` structure, identifying the source.
@@ -312,7 +312,7 @@ The logical y-coordinate of the upper left corner of the destination rectangle.
312
312
The raster operation to be performed. Raster-operation codes define exactly how to combine the bits of the source, the destination, and the pattern (as defined by the currently selected brush) to form the destination. See [BitBlt](/windows/desktop/api/wingdi/nf-wingdi-bitblt) in the Windows SDK for a list of other raster-operation codes and their descriptions.
313
313
314
314
*pointDest*<br/>
315
-
A [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure indicating the upper left corner of the destination rectangle.
315
+
A [POINT](/previous-versions/dd162805\(v=vs.85\)) structure indicating the upper left corner of the destination rectangle.
316
316
317
317
*nDestWidth*<br/>
318
318
The width, in logical units, of the destination rectangle.
@@ -327,7 +327,7 @@ The logical x-coordinate of the upper left corner of the source rectangle.
327
327
The logical y-coordinate of the upper left corner of the source rectangle.
328
328
329
329
*rectDest*<br/>
330
-
A [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure indicating the destination rectangle.
330
+
A [RECT](/previous-versions/dd162897\(v=vs.85\)) structure indicating the destination rectangle.
331
331
332
332
*pointSrc*<br/>
333
333
A `POINT` structure indicating the upper left corner of the source rectangle.
@@ -539,13 +539,13 @@ The width, in logical units, of the source rectangle.
539
539
The height, in logical units, of the source rectangle.
540
540
541
541
*rectDest*<br/>
542
-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
542
+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
543
543
544
544
*rectSrc*<br/>
545
545
A reference to a `RECT` structure, identifying the source.
546
546
547
547
*pointDest*<br/>
548
-
A reference to a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure that identifies the upper left corner of the destination rectangle, in logical units.
548
+
A reference to a [POINT](/previous-versions/dd162805\(v=vs.85\)) structure that identifies the upper left corner of the destination rectangle, in logical units.
549
549
550
550
### Return Value
551
551
@@ -1203,10 +1203,10 @@ The x-coordinate of the upper left corner of the monochrome bitmap.
1203
1203
The y-coordinate of the upper left corner of the monochrome bitmap.
1204
1204
1205
1205
*rectSrc*<br/>
1206
-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure specifying the coordinates of the source rectangle.
1206
+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure specifying the coordinates of the source rectangle.
1207
1207
1208
1208
*pointMask*<br/>
1209
-
A [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure indicating the upper left corner of the mask bitmap.
1209
+
A [POINT](/previous-versions/dd162805\(v=vs.85\)) structure indicating the upper left corner of the mask bitmap.
1210
1210
1211
1211
### Return Value
1212
1212
@@ -1463,7 +1463,7 @@ The height, in logical units, of the destination rectangle.
1463
1463
The raster operation to be performed. Raster-operation codes define exactly how to combine the bits of the source, the destination, and the pattern (as defined by the currently selected brush) to form the destination. See [BitBlt](/windows/desktop/api/wingdi/nf-wingdi-bitblt) in the Windows SDK for a list of other raster-operation codes and their descriptions.
1464
1464
1465
1465
*rectDest*<br/>
1466
-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
1466
+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
1467
1467
1468
1468
*xSrc*<br/>
1469
1469
The x-coordinate, in logical units, of the upper left corner of the source rectangle.
@@ -1546,7 +1546,7 @@ The height, in logical units, of the destination rectangle.
1546
1546
The color in the source bitmap to treat as transparent. By default, CLR_INVALID, indicating that the color currently set as the transparent color of the image should be used.
1547
1547
1548
1548
*rectDest*<br/>
1549
-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
1549
+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
1550
1550
1551
1551
*xSrc*<br/>
1552
1552
The x-coordinate, in logical units, of the upper left corner of the source rectangle.
Copy file name to clipboardExpand all lines: docs/atl-mfc-shared/reference/csize-class.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,11 +166,11 @@ See the following descriptions of the individual operators:
166
166
167
167
-**operator +(***point***)**
168
168
169
-
This operation offsets (moves) a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) (or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator +](../../atl-mfc-shared/reference/cpoint-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
169
+
This operation offsets (moves) a [POINT](/previous-versions/dd162805\(v=vs.85\)) (or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator +](../../atl-mfc-shared/reference/cpoint-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
170
170
171
171
-**operator +(***lpRect***)**
172
172
173
-
This operation offsets (moves) a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) (or [CRect](../../atl-mfc-shared/reference/crect-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator +](../../atl-mfc-shared/reference/crect-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
173
+
This operation offsets (moves) a [RECT](/previous-versions/dd162897\(v=vs.85\)) (or [CRect](../../atl-mfc-shared/reference/crect-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator +](../../atl-mfc-shared/reference/crect-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
174
174
175
175
### Example
176
176
@@ -197,11 +197,11 @@ The fourth operator, the unary minus, changes the sign of the `CSize` value. See
197
197
198
198
-**operator -(***point***)**
199
199
200
-
This operation offsets (moves) a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` of this `CSize` value are subtracted from the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator -](../../atl-mfc-shared/reference/cpoint-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
200
+
This operation offsets (moves) a [POINT](/previous-versions/dd162805\(v=vs.85\)) or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` of this `CSize` value are subtracted from the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator -](../../atl-mfc-shared/reference/cpoint-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
201
201
202
202
-**operator -(***lpRect***)**
203
203
204
-
This operation offsets (moves) a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) or [CRect](../../atl-mfc-shared/reference/crect-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` members of this `CSize` value are subtracted from the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator -](../../atl-mfc-shared/reference/crect-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
204
+
This operation offsets (moves) a [RECT](/previous-versions/dd162897\(v=vs.85\)) or [CRect](../../atl-mfc-shared/reference/crect-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` members of this `CSize` value are subtracted from the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator -](../../atl-mfc-shared/reference/crect-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
Copy file name to clipboardExpand all lines: docs/atl/adding-a-control-atl-tutorial-part-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,6 @@ Next, you will add a custom property to the control.
110
110
111
111
[Back to Step 1](../atl/creating-the-project-atl-tutorial-part-1.md)|[On to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md)
0 commit comments