Manipulations2D Enum

Definition

Represents the possible affine two-dimensional (2-D) manipulations.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum Manipulations2D
Inheritance
Manipulations2D
Attributes

Fields

Name Value Description
None 0

No manipulations.

TranslateX 1

A translation in the x-axis.

TranslateY 2

A translation in the y-axis.

Translate 3

A translation in the x and/or y axes.

Scale 4

A scale in both directions.

Rotate 8

A rotation.

All 15

All available manipulations.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10