Property | Type | Description | |
---|---|---|---|
m_oMarqueeRectangle |
Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
CreateVisual ( Point currentMouseLocation, Color backgroundContrastColor ) : Visual | ||
DraggedMarquee ( Point mouseDownLocation, |
Initializes a new instance of the DraggedMarquee class.
|
Method | Description | |
---|---|---|
CreateMarqueeRectangle ( Point oCurrentMouseLocation ) : |
protected CreateMarqueeRectangle ( Point oCurrentMouseLocation ) : |
||
oCurrentMouseLocation | Point | |
return |
public CreateVisual ( Point currentMouseLocation, Color backgroundContrastColor ) : Visual | ||
currentMouseLocation | Point | |
backgroundContrastColor | Color | |
return | Visual |
public DraggedMarquee ( Point mouseDownLocation, |
||
mouseDownLocation | Point | /// Location where the graph was clicked, in client coordinates. /// |
graphRectangle | /// The graph rectangle. /// | |
margin | /// The graph margin. /// | |
return | System |