Struct Cross2DF
A 2D cross
public struct Cross2DF
- Inherited Members
Constructors
Cross2DF(PointF, float, float)
Construct a cross
public Cross2DF(PointF center, float width, float height)
Parameters
center
PointFThe center of the cross
width
floatthe width of the cross
height
floatthe height of the cross
Properties
Center
The center of this cross
public PointF Center { get; set; }
Property Value
Horizontal
Get the horizonal linesegment of this cross
public LineSegment2DF Horizontal { get; }
Property Value
Size
The size of this cross
public SizeF Size { get; set; }
Property Value
Vertical
Get the vertical linesegment of this cross
public LineSegment2DF Vertical { get; }