|
The angGoGo.CoolWatermark namespace provides operations on the Image
object, including write watermark text and image.
All classes in this assembly are sealed and independent. It contains classes,
structure and enumeration, which are:
Classes
| Class |
Description |
| Writer |
The object to write watermark on Image. This
class cannot be inherited. |
| CoolWatermarkException |
The exception of CoolWatermark object |
Structure
| Class |
Description |
| Border |
Represents the border written with the watermark |
| Effect |
Represents the effect written with the watermark,
only available with text |
| Shadow |
Represents the shadow written with the watermark,
only available with text |
| Shape |
Represents the shape written with the watermark, only
available with text |
Enumeration
| Class |
Description |
| BrushStyle |
Specifies brush style applied to watermark text |
| EffectStyle |
Specifies effect style applied to watermark text |
| PositionStyle |
Specifies the watermark position, you can use some
specified position if you do not want to count by yourself |
| ShapeStyle |
Spcifies the shape of watermark text |
angGoGo is the company name; CoolWatermark is the namespace; the third
section is the class/struct/enum name.
For more information, click the link to read.
|