PolyFillMode.valid

Overview | Methods | Fields | This Package | All Packages

PolyFillMode.valid

Retrieves a boolean value that indicates whether a specified value is a valid member of the PolyFillMode class.

Syntax

public static boolean valid( int value )

Parameters

value

A value to be compared to those defined in this class.

Return Value

Returns true if the value designates a member of this class; otherwise, returns false.