C# Class MonoReports.ControlView.SubreportView

Inheritance: MonoReports.ControlView.ControlViewBase
Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

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

Method Details

ContainsPoint() public méthode

public ContainsPoint ( double x, double y ) : bool
x double
y double
Résultat bool

Render() public méthode

public Render ( Context c ) : void
c Cairo.Context
Résultat void

SubreportView() public méthode

public SubreportView ( MonoReports subreport, SectionView parentSection ) : System
subreport MonoReports
parentSection SectionView
Résultat System