Leadtools.ImageProcessing.SpecialEffects Namespace : MosaicTilesCommandFlags Enumeration |
[FlagsAttribute()] public enum MosaicTilesCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum MosaicTilesCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MosaicTilesCommandFlags
[FlagsAttribute()] public enum MosaicTilesCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class MosaicTilesCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Cartesian | Draws rectangular tiles using Cartesian coordinates. If this flag is used, the TileWidth property will contain the tile width in pixels, and the TileHeight property will contain the tile height in pixels. |
Polar | Draw arc-shaped tiles using polar coordinates. If this flag is used, the TileWidth property will contain the angular component of the tile, in degrees, and the TileHeight property will contain the radial component of the tile in pixels. |
ShadowFlat | Do not apply a shadow. |
ShadowGray | Apply grayscale shadows. |
ShadowRGB | Apply colored shadows. |
Group | Flags |
Drawing Shape | Cartesian, Polar |
Shadow | Flat, Gray, Colored |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2