Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterImageUnderlayFlags Enumeration
See Also  
Leadtools Namespace : RasterImageUnderlayFlags Enumeration




Indicators of how the underlying image is to be positioned.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterImageUnderlayFlags
C# 
[FlagsAttribute()]
public enum RasterImageUnderlayFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum RasterImageUnderlayFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags : public Enum 

Members

MemberDescription
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

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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also