Function Name: Valid Image Mapping Method

Definition

Checks if the given value is a valid SE_IMAGE_MAPPING_METHOD_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
SE_ValidImageMappingMethod
(
SE_IMAGE_MAPPING_METHOD_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Image Component. Next: Valid Image Projection Type. Up:Index.