Initializes a new instance of the Shadow class using the specified color and offsets.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Shadow( Color color, float horizontalOffset, float verticalOffset )
Type: Aurigma.GraphicsMill.Color
A Color of this shadow. You can change it later using the Color property.Type: System.Single
The horizontal offset of the shadow. You can change it later using the HorizontalOffset property.Type: System.Single
The vertical offset of the shadow. You can change it later using the VerticalOffset property.