RRect.Corner

class Corner

Members:

kUpperLeft_Corner : index of top-left corner radii

kUpperRight_Corner : index of top-right corner radii

kLowerRight_Corner : index of bottom-right corner radii

kLowerLeft_Corner : index of bottom-left corner radii

Methods

__init__

Attributes

kLowerLeft_Corner

kLowerRight_Corner

kUpperLeft_Corner

kUpperRight_Corner

name

value

Methods

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

Attributes

Corner.kLowerLeft_Corner = <Corner.kLowerLeft_Corner: 3>
Corner.kLowerRight_Corner = <Corner.kLowerRight_Corner: 2>
Corner.kUpperLeft_Corner = <Corner.kUpperLeft_Corner: 0>
Corner.kUpperRight_Corner = <Corner.kUpperRight_Corner: 1>
Corner.name
Corner.value