C# 클래스 MonoReports.ControlView.ImageView
파일 보기
프로젝트 열기: modesto/monoreports
공개 메소드들
메소드 |
설명 |
|
ContainsPoint ( double x, double y ) : bool |
|
|
ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System |
|
|
Render ( Context c ) : void |
|
|
메소드 상세
public ContainsPoint ( double x, double y ) : bool |
x |
double |
|
y |
double |
|
리턴 |
bool |
|
public ImageView ( MonoReports image, SectionView parentSection, PixbufRepository pixbufRepository ) : System |
image |
MonoReports |
|
parentSection |
SectionView |
|
pixbufRepository |
MonoReports.Core.PixbufRepository |
|
리턴 |
System |
|
public Render ( Context c ) : void |
c |
Cairo.Context |
|
리턴 |
void |
|