Click or drag to resize
HorizontalLine Constructor (Anchor, NullableVector2)
Create the horizontal line.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public HorizontalLine(
	Anchor anchor,
	Nullable<Vector2> offset = null
)

Parameters

anchor
Type: GeonBit.UI.EntitiesAnchor
Position anchor.
offset (Optional)
Type: SystemNullableVector2
Offset from anchor position.
See Also