The InTheHand.Drawing namespace provides additional drawing methods.
| C# | Visual Basic |
namespace InTheHand.Drawing
Namespace InTheHand.Drawing
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ColorHelper |
Provides helper methods for the Color class.
| |
| CopyPixelOperation |
Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color.
| |
| GraphicsHelper |
Provides supporting methods for Graphics.
| |
| IconHelper |
Provides supporting methods for Icon.
| |
| ImageMetadata |
Provides access to metadata tags in image files.
| |
| RectangleHelper |
Provides supporting methods for Rectangle.
| |
| RotateFlipType |
Specifies the direction of an image's rotation and the axis used to flip the image.
| |
| SystemFonts |
Specifies the fonts used to display text in Windows display elements.
| |
| TransparentBitmap |
Represents an image which can be painted with transparency.
|