CoolWatermark
ContentsIndexHome
PreviousUpNext
IC.CoolWatermark.ShapeStyle Enumeration

Spcifies the shape of watermark

C++
public: enum ShapeStyle {
  Default = 0,
  Customize,
  ArchUpper,
  ArchLower,
  Bulge,
  RipBottom,
  RipTop,
  Squeeze,
  ShearHorizontal,
  ShearVertical,
  SwellHorizontal,
  SwellVertical,
  ZoomOut,
  ZoomIn,
  ZoomUpper,
  ZoomLower,
  Dither,
  RainbowUpper,
  RainbowLower
};
C#
public enum ShapeStyle {
  Default = 0,
  Customize,
  ArchUpper,
  ArchLower,
  Bulge,
  RipBottom,
  RipTop,
  Squeeze,
  ShearHorizontal,
  ShearVertical,
  SwellHorizontal,
  SwellVertical,
  ZoomOut,
  ZoomIn,
  ZoomUpper,
  ZoomLower,
  Dither,
  RainbowUpper,
  RainbowLower
}
Visual Basic
Public Enum ShapeStyle
  Default = 0,
  Customize,
  ArchUpper,
  ArchLower,
  Bulge,
  RipBottom,
  RipTop,
  Squeeze,
  ShearHorizontal,
  ShearVertical,
  SwellHorizontal,
  SwellVertical,
  ZoomOut,
  ZoomIn,
  ZoomUpper,
  ZoomLower,
  Dither,
  RainbowUpper,
  RainbowLower
End Enum
Members

Default
Without any special shape
Customize
Specifies the watermark text with a customized warp, the Shape.Dest is needed.
ArchUpper
Specifies the watermark text with a center arch downward outlook
ArchLower
Specifies the watermark text with a center bulge outlook
Bulge
Specifies the watermark text with a ripped bottom
RipTop
Specifies the watermark text with a ripped top
Squeeze
Specifies the watermark text with a horizontal shear outlook
ShearVertical
Specifies the watermark text with a vertical shear outlook
SwellHorizontal
Specifies the watermark text with a horizontal swell outlook
SwellVertical
Specifies the watermark text with a vertical swell outlook
ZoomOut
Specifies the watermark text with a zoom in from left to right
ZoomIn
Specifies the watermark text with a zoom in from top to bootom
ZoomLower
Specifies the watermark text with a zoom in from bottom to top
Dither
Specifies the watermark text with a dithering feeling
RainbowUpper
Specifies the watermark text with an upper rainbow shape
RainbowLower
Specifies the watermark text with a lower rainbow shape

Send comments about this topic.
Copyright (c) ImageComponent.NET 2006. All rights reserved.