Table of Contents

Method CreateGraphicsPathHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateGraphicsPathHandler()

Creates IGraphicsPathHandler provider.

public virtual IGraphicsPathHandler CreateGraphicsPathHandler()

Returns

IGraphicsPathHandler

CreateGraphicsPathHandler(Graphics)

Creates IGraphicsPathHandler provider for the specified drawing context.

public virtual IGraphicsPathHandler CreateGraphicsPathHandler(Graphics drawingContext)

Parameters

drawingContext Graphics

Drawing context.

Returns

IGraphicsPathHandler