C# Class MonoReports.ControlView.ImageView

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

Public Methods

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

Method Details

ContainsPoint() public method

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

ImageView() public method

public ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System
image MonoReports
parentSection SectionView
pixbufRepository MonoReports.Core.PixbufRepository
return System

Render() public method

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