C# Class MonoReports.ControlView.TextBlockView

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

Méthodes publiques

Свойство Type Description
textBlock MonoReports.Model.Controls.TextBlock

Méthodes publiques

Méthode Description
ContainsPoint ( double x, double y ) : bool
Render ( Context c ) : void
TextBlockView ( TextBlock textBlock, 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

TextBlockView() public méthode

public TextBlockView ( TextBlock textBlock, SectionView parentSection ) : System
textBlock MonoReports.Model.Controls.TextBlock
parentSection SectionView
Résultat System

Property Details

textBlock public_oe property

public TextBlock,MonoReports.Model.Controls textBlock
Résultat MonoReports.Model.Controls.TextBlock