SKMatrix44TypeMask Enum

Definition

Various flags describing the transformations of a SKMatrix44.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SKMatrix44TypeMask
Inheritance
SKMatrix44TypeMask
Attributes

Fields

Affine 4

The matrix skews or rotates.

Identity 0

The matrix is an identity matrix.

Perspective 8

The matrix is in perspective.

Scale 2

The matrix has any scale other than 1.

Translate 1

The matrix has translation.

Applies to