|
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
|