Emboss Constructor (Single, Int32, Int32)

Initializes a new instance of the Emboss class using the specified settings.

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

Syntax

C#
public Emboss(
	float angle,
	int height,
	int amount
)

Parameters

angle

Type: System.Single

The emboss angle (in degrees). You can change this value later through the Angle property.
height

Type: System.Int32

The embossed image height (in pixels). You can change this value later through the Height property.
amount

Type: System.Int32

The emboss amount ("strength" of embossing). You can change this value later through the Amount property.

See Also

Reference