C# 클래스 MonoReports.ControlView.SubreportView

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

공개 메소드들

메소드 설명
ContainsPoint ( double x, double y ) : bool
Render ( Context c ) : void
SubreportView ( MonoReports subreport, SectionView parentSection ) : System

메소드 상세

ContainsPoint() 공개 메소드

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

Render() 공개 메소드

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

SubreportView() 공개 메소드

public SubreportView ( MonoReports subreport, SectionView parentSection ) : System
subreport MonoReports
parentSection SectionView
리턴 System