C# Class SourceGrid.Decorators.DecoratorSelection

Inheritance: DecoratorBase
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
DecoratorSelection ( Selection selection ) : System
Draw ( RangePaintEventArgs e ) : void
IntersectWith ( Range range ) : bool

Method Details

DecoratorSelection() public method

public DecoratorSelection ( Selection selection ) : System
selection Selection
return System

Draw() public method

public Draw ( RangePaintEventArgs e ) : void
e RangePaintEventArgs
return void

IntersectWith() public method

public IntersectWith ( Range range ) : bool
range Range
return bool