Table of Contents

Class RectangleEdge

Namespace
Fantas.Physics
Assembly
Fantas.dll

Rectangle physical edge loop

public sealed class RectangleEdge : PhysicsBody
Inheritance
RectangleEdge
Inherited Members

Constructors

RectangleEdge(SizeF)

Creates a rectangular physical edge with the given size

public RectangleEdge(SizeF size)

Parameters

size SizeF

RectangleEdge(SizeF, PointF)

Creates a rectangular physical edge with the given size and offset center

public RectangleEdge(SizeF size, PointF center)

Parameters

size SizeF
center PointF