Skip to content

Commit 7b74579

Browse files
committed
Update README spelling
1 parent a6e4ce6 commit 7b74579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Poor Man's Transparent Image Control
1010

1111
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.
1212

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).
1414

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).
1616

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).
1818

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).
2020

2121
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

Comments
 (0)