C#
VB
C++
Specifies how the AnnTileBrush paints tiles onto an output area.
public enum AnnTileMode
Public Enum AnnTileMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class AnnTileMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | The base tile is drawn but not repeated. The remaining area is transparent |
1 | FlipX | The same as Tile except that alternate columns of tiles are flipped horizontally. The base tile itself is not flipped. |
2 | FlipY | The combination of FlipX and FlipY. The base tile itself is not flipped. |
3 | FlipXY | The combination of FlipX and FlipY. The base tile itself is not flipped. |
4 | Tile | The base tile is drawn and the remaining area is filled by repeating the base tile. The right edge of one tile meets the left edge of the next, and similarly for the bottom and top edges. |
For more information see System.Windows.Media.TileMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET