SKEncodedOrigin Enum

Definition

Represents various origin values returned by Origin.

public enum SKEncodedOrigin
Inheritance
SKEncodedOrigin

Fields

BottomLeft 4

Reflected across x-axis.

BottomRight 3

Rotated 180°.

Default 1

This is equivalent to TopLeft.

LeftBottom 8

Rotated 90° counter-clockwise.

LeftTop 5

Reflected across x-axis. Rotated 90° counter-clockwise.

RightBottom 7

Reflected across x-axis. Rotated 90° clockwise.

RightTop 6

Rotated 90° clockwise.

TopLeft 1

Default.

TopRight 2

Reflected across y-axis.

Applies to