vImageFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates options for processing images.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum vImageFlags
type vImageFlags =
- Inheritance
-
vImageFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
NoFlags | 0 | |
LeaveAlphaUnchanged | 1 | |
CopyInPlace | 2 | |
BackgroundColorFill | 4 | |
EdgeExtend | 8 | |
DoNotTile | 16 | |
HighQualityResampling | 32 | |
TruncateKernel | 64 | |
GetTempBufferSize | 128 | |
PrintDiagnosticsToConsole | 256 | |
NoAllocate | 512 |