Outline
-
Cmn
sealed class Outline
Outline.Generic |
An area defined as a path. |
Outline.Rectangle |
Rectangular area. |
Outline.Rounded |
Rectangular area with rounded corners. |
Defines a simple shape, used for bounding graphical regions.
Can be used for defining a shape of the component background, a shape of shadows cast by the component, or to clip the contents.
Summary
Nested types |
|---|
class Outline.Generic : OutlineAn area defined as a path. |
class Outline.Rectangle : OutlineRectangular area. |
class Outline.Rounded : OutlineRectangular area with rounded corners. |
Protected constructors |
|
|---|---|
Outline() |
Cmn
|