C# Class MonoReports.ControlView.LineView

Inheritance: MonoReports.ControlView.ControlViewBase
显示文件 Open project: modesto/monoreports

Protected Properties

Property Type Description
line Line

Public Methods

Method Description
ContainsPoint ( double x, double y ) : bool
LineView ( Line line, SectionView parentSection ) : System
Render ( Context c ) : void

Method Details

ContainsPoint() public method

public ContainsPoint ( double x, double y ) : bool
x double
y double
return bool

LineView() public method

public LineView ( Line line, SectionView parentSection ) : System
line Line
parentSection SectionView
return System

Render() public method

public Render ( Context c ) : void
c Cairo.Context
return void

Property Details

line protected_oe property

protected Line line
return Line