All types
|
All members
RT.Util
RT.KitchenSink.Drawing
RT.KitchenSink.Fonts
RT.Util
RT.Util.Controls
RT.Util.Drawing
Bytes
Bitmap
Canvas
Coordinate
Axes
Direction
RightDown
RightUp
Graphics
Transformer
Graphics
Util
Text
Anchor
RT.Util.ExtensionMethods
RT.Util.Forms
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Enum:
RT.Util.Drawing.
CoordinateAxesDirection
Assembly:
RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Util.Drawing
Show inherited types...
Inherits from:
System.Enum
System.ValueType
object
Show implemented interfaces...
Implements:
System.IComparable
System.IConvertible
System.IFormattable
Underlying integer type:
System.Int32
Summary
Encodes axes direction mode for
Canvas
.
Enum values
RightDown
0
X axis grows towards the right and Y axis grows downwards (normal computer screen coordinate direction)
RightUp
1
X axis grows towards the right and Y axis grows upwards.