- Namespace
- Avalonia
.Visuals .Platform - Interfaces
-
- IGeometryContext
- IDisposable
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IGeometryContext"]
click Interface0 "/api/Avalonia.Platform/IGeometryContext"
Type-.->Interface1["IDisposable"]
Type["PathGeometryContext"]
class Type type-node
Syntax
public class PathGeometryContext : IGeometryContext, IDisposable
Constructors
Name | Summary |
---|---|
PathGeometryContext |
Methods
Name | Value | Summary |
---|---|---|
ArcTo |
void | |
BeginFigure |
void | |
CubicBezierTo |
void | |
Dispose |
void | |
EndFigure |
void | |
LineTo |
void | |
QuadraticBezierTo |
void | |
SetFillRule |
void |