|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| 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
typedef NS_OPTIONS(NSUInteger, LTRasterImageUnderlayFlags)
public enum RasterImageUnderlayFlags
Leadtools.RasterImageUnderlayFlags = function() { };
Leadtools.RasterImageUnderlayFlags.prototype = {<br/>
None = 0x00000000,
Stretch = 0x00000001,
};
[FlagsAttribute()] public enum class RasterImageUnderlayFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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