ScaleAlpha Constructor (Single)

Initializes a new instance of the ScaleAlpha class using the specified scale factor.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public ScaleAlpha(
	float scale
)

Parameters

scale

Type: System.Single

The scale factor (up to 100). You can change this value later using the Scale property.

See Also

Reference