Indicators of how the underlying image is to be positioned.
[FlagsAttribute()]
public enum RasterImageUnderlayFlags
<FlagsAttribute()>
Public Enum RasterImageUnderlayFlags
typedef NS_OPTIONS(NSUInteger, LTRasterImageUnderlayFlags)
public enum RasterImageUnderlayFlags
[FlagsAttribute()]
public enum class RasterImageUnderlayFlags
Value | Member | Description |
---|---|---|
0x00000000 | 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 |
0x00000001 | Stretch | Stretch the underlay to fit the dimensions of the target image |
The underlying image can either be stretched or tiled to fill the target image, as shown in the following illustration:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document