Class RectangleEdge
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)