LEADTOOLS (Leadtools assembly)

RasterImageUnderlayFlags Enumeration

Show in webframe







Indicators of how the underlying image is to be positioned.
Syntax
[FlagsAttribute()]
public enum RasterImageUnderlayFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterImageUnderlayFlags
[FlagsAttribute()]
public enum RasterImageUnderlayFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterImageUnderlayFlags = function() { };
Leadtools.RasterImageUnderlayFlags.prototype = {
None = 0x00, Stretch = 0x01, };
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00NoneTile 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
0x01StretchStretch the underlay to fit the dimensions of the target image
Remarks

The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageUnderlayFlags

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.