C# 클래스 MonoReports.ControlView.ImageView

상속: MonoReports.ControlView.ControlViewBase
파일 보기 프로젝트 열기: modesto/monoreports

공개 메소드들

메소드 설명
ContainsPoint ( double x, double y ) : bool
ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System
Render ( Context c ) : void

메소드 상세

ContainsPoint() 공개 메소드

public ContainsPoint ( double x, double y ) : bool
x double
y double
리턴 bool

ImageView() 공개 메소드

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

Render() 공개 메소드

public Render ( Context c ) : void
c Cairo.Context
리턴 void