MagickNet - AffineMatrix

Value Class MagickNet.AffineMatrix

On this Page:

Overview
Fields
Reset Method

Overview

Contains the matrix values for performing affine transforms

Fields

double sx, rx, ry, sy, tx, ty;

The affine matrix values

Reset Method

void Reset()

Resets all of the values back to the default.

Resets the scale factor to 1.0, and the rotation and transform factors to 0.0