[]
Initializes a new instance of the Shadow structure, assigning Transparency, Size, Distance and Angle values.
public Shadow(float transparency, float size, Unit distance, float angle, Color color)
Public Sub New(transparency As Single, size As Single, distance As Unit, angle As Single, color As Color)
| Type | Name | Description |
|---|---|---|
| float | transparency | A value assigned to the Transparency property. |
| float | size | A value assigned to the Size property. |
| Unit | distance | |
| float | angle | A value assigned to the Angle property. |
| Color | color | A value assigned to the Color property. |