Shadow Constructor (Color, Single, Single)

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)

Syntax

C#
public Shadow(
	Color color,
	float horizontalOffset,
	float verticalOffset
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

A Color of this shadow. You can change it later using the Color property.
horizontalOffset

Type: System.Single

The horizontal offset of the shadow. You can change it later using the HorizontalOffset property.
verticalOffset

Type: System.Single

The vertical offset of the shadow. You can change it later using the VerticalOffset property.

See Also

Reference