C# 클래스 PurplePen.PrintArea

상속: ICloneable
파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autoPrintArea bool
pageHeight int
pageLandscape bool
pageMargins int
pageWidth int
printAreaRectangle System.Drawing.RectangleF
restrictToPageSize bool

공개 메소드들

메소드 설명
Clone ( ) : object
Equals ( object obj ) : bool
PrintArea ( ) : System
PrintArea ( bool autoPrintArea, bool restrictToPageSize, RectangleF printAreaRectangle, float scaleRatio = 1.0F ) : System
ReadAttributesAndContent ( XmlInput xmlinput ) : void
UpdateUnknownPageSize ( RectangleF mapBounds, float scaleRatio ) : void
WriteAttributesAndContent ( System xmloutput, int part = -1 ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

PrintArea() 공개 메소드

public PrintArea ( ) : System
리턴 System

PrintArea() 공개 메소드

public PrintArea ( bool autoPrintArea, bool restrictToPageSize, RectangleF printAreaRectangle, float scaleRatio = 1.0F ) : System
autoPrintArea bool
restrictToPageSize bool
printAreaRectangle System.Drawing.RectangleF
scaleRatio float
리턴 System

ReadAttributesAndContent() 공개 메소드

public ReadAttributesAndContent ( XmlInput xmlinput ) : void
xmlinput XmlInput
리턴 void

UpdateUnknownPageSize() 공개 메소드

public UpdateUnknownPageSize ( RectangleF mapBounds, float scaleRatio ) : void
mapBounds System.Drawing.RectangleF
scaleRatio float
리턴 void

WriteAttributesAndContent() 공개 메소드

public WriteAttributesAndContent ( System xmloutput, int part = -1 ) : void
xmloutput System
part int
리턴 void

프로퍼티 상세

autoPrintArea 공개적으로 프로퍼티

public bool autoPrintArea
리턴 bool

pageHeight 공개적으로 프로퍼티

public int pageHeight
리턴 int

pageLandscape 공개적으로 프로퍼티

public bool pageLandscape
리턴 bool

pageMargins 공개적으로 프로퍼티

public int pageMargins
리턴 int

pageWidth 공개적으로 프로퍼티

public int pageWidth
리턴 int

printAreaRectangle 공개적으로 프로퍼티

public RectangleF,System.Drawing printAreaRectangle
리턴 System.Drawing.RectangleF

restrictToPageSize 공개적으로 프로퍼티

public bool restrictToPageSize
리턴 bool