LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageUnderlayFlags Enumeration
See Also  
Leadtools Namespace : RasterImageUnderlayFlags Enumeration



Indicators of how the underlying image is to be positioned. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageUnderlayFlags
C# 
[FlagsAttribute()]
public enum RasterImageUnderlayFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
NoneTile 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
StretchStretch 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also