Table of Contents

Class ShapeRenderCore2DBase

Namespace
HelixToolkit.SharpDX.Core2D
Assembly
HelixToolkit.SharpDX.dll
public abstract class ShapeRenderCore2DBase : RenderCore2DBase, IDisposable
Inheritance
ShapeRenderCore2DBase
Implements
Derived
Inherited Members

Properties

FillBrush

Gets or sets the fill brush.

public Brush? FillBrush { get; set; }

Property Value

Brush

The fill brush.

StrokeBrush

Gets or sets the stroke brush.

public Brush? StrokeBrush { get; set; }

Property Value

Brush

The stroke brush.

StrokeStyle

Gets or sets the stroke style.

public StrokeStyle? StrokeStyle { get; set; }

Property Value

StrokeStyle

The stroke style.

StrokeWidth

Gets or sets the width of the stroke.

public float StrokeWidth { get; set; }

Property Value

float

The width of the stroke.

Methods

OnDetach()

Called when [detach].

protected override void OnDetach()