vImageError 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.
Error codes returned by the various vImage manipulation APIs.
public enum vImageError
type vImageError =
- Inheritance
-
vImageError
Fields
Name | Value | Description |
---|---|---|
OutOfPlaceOperationRequired | -21780 | |
ColorSyncIsAbsent | -21779 | |
InvalidImageFormat | -21778 | |
InvalidRowBytes | -21777 | |
InternalError | -21776 | |
UnknownFlagsBit | -21775 | |
BufferSizeMismatch | -21774 | |
InvalidParameter | -21773 | |
NullPointerArgument | -21772 | |
MemoryAllocationError | -21771 | |
InvalidOffsetY | -21770 | |
InvalidOffsetX | -21769 | |
InvalidEdgeStyle | -21768 | |
InvalidKernelSize | -21767 | |
RoiLargerThanInputBuffer | -21766 | |
NoError | 0 |