Shadow Constructor (Single, Single, Single, Single)

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

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

Syntax

C#
public Shadow(
	float size,
	float offsetX,
	float offsetY,
	float opacity
)

Parameters

size

Type: System.Single

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

Type: System.Single

The opacity of the shadow.

See Also

Reference