RRect.Type

class Type

Members:

kEmpty_Type : zero width or height

kRect_Type : non-zero width and height, and zeroed radii

kOval_Type : non-zero width and height filled with radii

kSimple_Type : non-zero width and height with equal radii

kNinePatch_Type : non-zero width and height with axis-aligned radii

kComplex_Type : non-zero width and height with arbitrary radii

kLastType : largest Type value

Methods

__init__

Attributes

kComplex_Type

kEmpty_Type

kLastType

kNinePatch_Type

kOval_Type

kRect_Type

kSimple_Type

name

value

Methods

Type.__init__(self: skia.RRect.Type, value: int) None

Attributes

Type.kComplex_Type = <Type.kComplex_Type: 5>
Type.kEmpty_Type = <Type.kEmpty_Type: 0>
Type.kLastType = <Type.kComplex_Type: 5>
Type.kNinePatch_Type = <Type.kNinePatch_Type: 4>
Type.kOval_Type = <Type.kOval_Type: 2>
Type.kRect_Type = <Type.kRect_Type: 1>
Type.kSimple_Type = <Type.kSimple_Type: 3>
Type.name
Type.value