Interface IHandle
public interface IHandle
- Extension Methods
Properties
Bound
Rect Bound { get; }
Property Value
Fill
Brush Fill { get; set; }
Property Value
IsVisible
bool IsVisible { get; set; }
Property Value
Length
double Length { get; set; }
Property Value
Name
string Name { get; }
Property Value
Position
Point Position { get; }
Property Value
Stroke
Brush Stroke { get; set; }
Property Value
StrokeThickness
double StrokeThickness { get; set; }
Property Value
Methods
Commit(Point)
bool Commit(Point to)
Parameters
to
Point
Returns
Draw(IDrawing)
void Draw(IDrawing drawing)
Parameters
drawing
IDrawing
DrawDragTo(IDrawing, Point)
void DrawDragTo(IDrawing drawing, Point to)
Parameters
GetGeometry(IDrawing)
Geometry GetGeometry(IDrawing drawing)
Parameters
drawing
IDrawing