PyANGKernel.GKDrawStyle

class GKDrawStyle

A draw style used by a layer.

Details

A draw style in a layer, when used, forces objects in that layer to be drawn in that particular way.

Note that simple objects (polyline or polygons) will follow the style and complex objects (sections, nodes) will apply only part of it. For this reason it is more useful when the layer contains decoration objects.

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

PyANGKernel.GKDrawStyle.pen
PyANGKernel.GKDrawStyle.brush
PyANGKernel.GKDrawStyle.penSize
PyANGKernel.GKDrawStyle.penSizeUnits
PyANGKernel.GKDrawStyle.brushOpacity
PyANGKernel.GKDrawStyle.penOpacity
__init__()