Table of Contents

Interface IStreamGeometryImpl

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll

Defines the platform-specific interface for a StreamGeometry.

[Unstable]
public interface IStreamGeometryImpl : IGeometryImpl
Inherited Members

Methods

Clone()

Clones the geometry.

IStreamGeometryImpl Clone()

Returns

IStreamGeometryImpl

A cloned geometry.

Open()

Opens the geometry to start defining it.

IStreamGeometryContextImpl Open()

Returns

IStreamGeometryContextImpl

An IStreamGeometryContextImpl which can be used to define the geometry.