Home    CoolWatermark Online Documentation Prev Next
CoolWatermark
Welcome
Features
Installation
Release Notes
Requirements
Reference
Classes
Writer
Methods
Properties
CoolWatermarkException
Structure
Border
Effect
Shadow
Shape
Enumeration
BrushStyle
EffectStyle
PositionStyle
ShapeStyle
Artical
Effect Samples
Overlapped Image
Shadow Samples
Shape Samples
Write with Border
Customize Shape Warp
Write Halo Text
Purchase
License
[Top]
CoolWatermark Component for .NET ImageComponent.NET Logo
Shadow Constructor


Initializes a Shadow structure with a specialized Color
[Visual Basic]
Public Sub New ( _
       ByVal
color As Color)
 
[C#]
public Shadow {
       Color
color }
 

Parameters

color

The Color of shadow


Initializes a Shadow structure with a specialized offset coordinate

[Visual Basic]
Public Sub New ( _
       ByVal
offsetx As Integer , _
       ByVal
offsety As Integer)
 
[C#]
public Shadow {
       int
offsetx ,
       int
offsety}
 

Parameters

offsetx

The offset x-coordinate

offsety

The offset y-coordinate


Initializes a Shadow structure with specialized offset coordinate and Color

[Visual Basic]
Public Sub New ( _
       ByVal
color As Color, _
       ByVal
offsetx As Integer , _
       ByVal
offsety As Integer)
 
[C#]
public Shadow {
       Color
color,
       int
offsetx ,
       int
offsety}
 

Parameters

color

The Color of shadow

offsetx

The offset x-coordinate

offsety

The offset y-coordinate

Notes

Shadow doesn't work with some EffectStyles, such as BlockXXX andTitleShadow.

See also

Shadow struct | Shadow Samples | angGoGo.CoolWatermark namespace

 

2005-2007 © ImageComponent.NET. All rights reserved.

  Valid HTML 4.01 Transitional