Function Name: Valid Polygon Flags

Definition

Checks if the given value is a valid SE_POLYGON_FLAGS_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidPolygonFlags
(
SE_POLYGON_FLAGS_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Pixel Fill Method. Next: Valid Predefined Function. Up:Index.