Table of Contents

Class EllipseNode

Namespace
Fantas
Assembly
Fantas.dll

Ellipse shape node

public class EllipseNode : ShapeNode
Inheritance
EllipseNode
Derived
Inherited Members

Constructors

EllipseNode(EllipseNode)

Copy a circle node

public EllipseNode(EllipseNode other)

Parameters

other EllipseNode

EllipseNode(SizeF)

Create an ellipse with given size

public EllipseNode(SizeF ellipseSize)

Parameters

ellipseSize SizeF

Properties

Height

Ellipse node height

public float Height { get; set; }

Property Value

float

Width

Ellipse node width

public float Width { get; set; }

Property Value

float

Methods

Copy()

Copy this ellipse node

protected override Node Copy()

Returns

Node