Shadow Constructor (Color, Single, Single, Single)

Creates the Shadow effect with the specified color, size, and offset.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing.Effects
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Shadow(
	Color color,
	float size,
	float offsetX,
	float offsetY
)

Parameters

color

Type: Aurigma.GraphicsMill.Color

The color of the shadow.
size

Type: System.Single

The size of the shadow in points.
offsetX

Type: System.Single

The x-coordinate of the offset of the shadow in points.
offsetY

Type: System.Single

The y-coordinate of the offset of the shadow in points.

See Also

Reference