Edit

Share via


vImageFlags Enum

Definition

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

Applies to