Свойство | Type | Description | |
---|---|---|---|
canMove | bool | ||
canResize | bool | ||
dragOffset | Point | ||
el | |||
isDragging | bool | ||
selCorner | CornerPosition | ||
selectionCorner | Dalssoft.DiagramNet.RectangleElement[] |
Свойство | Type | Description | |
---|---|---|---|
IResizeController | CornerPosition |
Méthode | Description | |
---|---|---|
DrawSelection ( |
||
HitTest ( Point p ) : bool | ||
HitTest ( |
||
RectangleController ( |
Méthode | Description | |
---|---|---|
IMoveController ( ) : void | ||
IMoveController ( Point posStart ) : void | ||
IResizeController ( ) : void | ||
IResizeController ( Point posCurrent ) : void | ||
IResizeController ( Point posStart, CornerPosition corner ) : void |
Méthode | Description | |
---|---|---|
IResizeController ( Point p ) : CornerPosition |
public DrawSelection ( |
||
g | ||
Résultat | void |
public HitTest ( |
||
r | ||
Résultat | bool |
protected IMoveController ( Point posStart ) : void | ||
posStart | Point | |
Résultat | void |
protected IResizeController ( Point posCurrent ) : void | ||
posCurrent | Point | |
Résultat | void |
protected IResizeController ( Point posStart, CornerPosition corner ) : void | ||
posStart | Point | |
corner | CornerPosition | |
Résultat | void |
public RectangleController ( |
||
element | ||
Résultat | System |