API / geotoolkit / attributes / ClipStyle / ClipStyle
attributes.ClipStyle.ClipStyle
Type Aliases
Type Aliases
Ƭ Options: Object
clipping geometry or options object
| Name | Type | Description |
|---|---|---|
evenodd? | boolean | true if evenodd mode is on ('nonzero' mode otherwise) |
geometry? | GraphicsPath | clipping geometry |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
evenodd | boolean | true if evenodd mode is on ('nonzero' mode otherwise) |
geometry? | GraphicsPath | clipping geometry |