Leadtools Namespace : RasterImageUnderlayFlags Enumeration |
[FlagsAttribute()] public enum RasterImageUnderlayFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterImageUnderlayFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterImageUnderlayFlags
[FlagsAttribute()] public enum RasterImageUnderlayFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.RasterImageUnderlayFlags = function() { }; Leadtools.RasterImageUnderlayFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class RasterImageUnderlayFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
None | Tile the underlay. This repeats the underlying image, so that it fills the target image. This function does not do any resizing; you are responsible for the size of the tiles |
Stretch | Stretch the underlay to fit the dimensions of the target image |
The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageUnderlayFlags
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