C# Class MonoReports.ControlView.SubreportView

Inheritance: MonoReports.ControlView.ControlViewBase
Show file Open project: modesto/monoreports

Public Methods

Method Description
ContainsPoint ( double x, double y ) : bool
Render ( Context c ) : void
SubreportView ( MonoReports subreport, SectionView parentSection ) : System

Method Details

ContainsPoint() public method

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

Render() public method

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

SubreportView() public method

public SubreportView ( MonoReports subreport, SectionView parentSection ) : System
subreport MonoReports
parentSection SectionView
return System