C# Class MonoReports.ControlView.ImageView

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

Méthodes publiques

Méthode Description
ContainsPoint ( double x, double y ) : bool
ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System
Render ( Context c ) : void

Method Details

ContainsPoint() public méthode

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

ImageView() public méthode

public ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System
image MonoReports
parentSection SectionView
pixbufRepository MonoReports.Core.PixbufRepository
Résultat System

Render() public méthode

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