ResolutionModifier Constructor (Single, Single)

Initializes a new instance of the ResolutionModifier class using the specified horizontal and vertical resolutions.

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

Syntax

C#
public ResolutionModifier(
	float dpiX,
	float dpiY
)

Parameters

dpiX

Type: System.Single

dpiY

Type: System.Single

See Also

Reference