Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.