Click or drag to resize
Ab4d.SharpEngine logo

PositionTypes Enumeration

PositionTypes define possible position types. PositionType defines which part of the object is placed at the specified Position.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
[FlagsAttribute]
public enum PositionTypes
Members
Member nameValueDescription
Center0 Center
Left1 Left (smallest value in X direction)
Right2 Right (biggest value in X direction)
Top4 Top (biggest value in Y direction)
TopLeft5 Top and Left
TopRight6 Top and Right
Bottom8 Bottom (smallest value in Y direction)
BottomLeft9 Bottom and Left
BottomRight10 Bottom and Right
Front16 Front (biggest value in Z direction)
Back32 Back (smallest value in Z direction)
See Also