←Select platform

RasterImageUnderlayFlags Enumeration

Summary
Indicators of how the underlying image is to be positioned.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum RasterImageUnderlayFlags 
typedef NS_OPTIONS(NSUInteger, LTRasterImageUnderlayFlags) 
public final class RasterImageUnderlayFlags 
    extends java.lang.Enum<RasterImageUnderlayFlags> 
[FlagsAttribute()] 
public enum class RasterImageUnderlayFlags   
class RasterImageUnderlayFlags(Enum): 
   None = 0 
   Stretch = 1 
Members
ValueMemberDescription
0x00000000None 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
0x00000001Stretch 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:

Underlay
Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.