Function Name: Valid Pixel Fill Method

Definition

Checks if the given value is a valid SE_PIXEL_FILL_METHOD_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidPixelFillMethod
(
SE_PIXEL_FILL_METHOD_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Ordered Union Type. Next: Valid Polygon Flags. Up:Index.