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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ Poor Man's Transparent Image Control
10
10
11
11
The control's public `GdipLoadPicture` method can load 32-bit alpha transparent PNGs in `StdPicture` objects which can be assigned to control's `Picture` property. In the sample `Form1` such alpha transparent image is loaded to a `StdPicture` and is assigned both to a built-in `VB.Image` control and to an `AlphaBlendImage` control to compare difference in output.
12
12
13
-
The control support`Opacity` property for "global" control transparency level (in addition to per-pixel alpha).
13
+
The control supports`Opacity` property for "global" control transparency level (in addition to per-pixel alpha).
14
14
15
-
The control support`MaskColor` property for color-key transparency (in addition to per-pixel alpha).
15
+
The control supports`MaskColor` property for color-key transparency (in addition to per-pixel alpha).
16
16
17
-
The control support`Rotation` property which rotates the assigned image (in degrees).
17
+
The control supports`Rotation` property which rotates the assigned image (in degrees).
18
18
19
-
The control support`Zoom` property which scales the image (only when `Stretch` is off).
19
+
The control supports`Zoom` property which scales the image (only when `Stretch` is off).
20
20
21
21
The control is windowless and cannot get focus. Its `AutoRedraw` property controls if repaint is cached to memory 32-bit DIB for faster redraws.
0 commit comments