Table of Contents

Class ShapeNode

Namespace
Fantas
Assembly
Fantas.dll

ShapeNode (Rectangle, Ellipse, Triangle)

public abstract class ShapeNode : Node
Inheritance
ShapeNode
Derived
Inherited Members

Constructors

ShapeNode(ShapeNode)

Creates a clone from another ShapeNode

protected ShapeNode(ShapeNode other)

Parameters

other ShapeNode

Properties

Antialiased

Draw Shape using antialias edges

public bool Antialiased { get; set; }

Property Value

bool

BlendMode

Set the blend operation for the Shape node

public BlendMode BlendMode { get; set; }

Property Value

BlendMode

FillColor

Shape fill color

public Color FillColor { get; set; }

Property Value

Color

LineWidth

Stroke line width

public float LineWidth { get; set; }

Property Value

float

StrokeColor

Stroke (border) color of shape

public Color StrokeColor { get; set; }

Property Value

Color