C# Class RoiAdorner, code

Inheritance: Adorner
Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
factorX double
factorY double
rectangle Rect,

Public Methods

Method Description
RoiAdorner ( UIElement, adornedElement )

Protected Methods

Method Description
OnRender ( DrawingContext, drawingContext ) : void

Method Details

OnRender() protected method

protected OnRender ( DrawingContext, drawingContext ) : void
drawingContext DrawingContext,
return void

RoiAdorner() public method

public RoiAdorner ( UIElement, adornedElement )
adornedElement UIElement,

Property Details

factorX public_oe property

public double factorX
return double

factorY public_oe property

public double factorY
return double

rectangle public_oe property

public Rect, rectangle
return Rect,