Table of Contents

Interface IHandle

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
public interface IHandle
Extension Methods

Properties

Bound

Rect Bound { get; }

Property Value

Rect

Fill

Brush Fill { get; set; }

Property Value

Brush

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Length

double Length { get; set; }

Property Value

double

Name

string Name { get; }

Property Value

string

Position

Point Position { get; }

Property Value

Point

Stroke

Brush Stroke { get; set; }

Property Value

Brush

StrokeThickness

double StrokeThickness { get; set; }

Property Value

double

Methods

Commit(Point)

bool Commit(Point to)

Parameters

to Point

Returns

bool

Draw(IDrawing)

void Draw(IDrawing drawing)

Parameters

drawing IDrawing

DrawDragTo(IDrawing, Point)

void DrawDragTo(IDrawing drawing, Point to)

Parameters

drawing IDrawing
to Point

GetGeometry(IDrawing)

Geometry GetGeometry(IDrawing drawing)

Parameters

drawing IDrawing

Returns

Geometry