Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll 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( intvalue**)**

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.