C# Class PurplePen.PrintArea

Inheritance: ICloneable
Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Свойство Type Description
autoPrintArea bool
pageHeight int
pageLandscape bool
pageMargins int
pageWidth int
printAreaRectangle System.Drawing.RectangleF
restrictToPageSize bool

Méthodes publiques

Méthode Description
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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

PrintArea() public méthode

public PrintArea ( ) : System
Résultat System

PrintArea() public méthode

public PrintArea ( bool autoPrintArea, bool restrictToPageSize, RectangleF printAreaRectangle, float scaleRatio = 1.0F ) : System
autoPrintArea bool
restrictToPageSize bool
printAreaRectangle System.Drawing.RectangleF
scaleRatio float
Résultat System

ReadAttributesAndContent() public méthode

public ReadAttributesAndContent ( XmlInput xmlinput ) : void
xmlinput XmlInput
Résultat void

UpdateUnknownPageSize() public méthode

public UpdateUnknownPageSize ( RectangleF mapBounds, float scaleRatio ) : void
mapBounds System.Drawing.RectangleF
scaleRatio float
Résultat void

WriteAttributesAndContent() public méthode

public WriteAttributesAndContent ( System xmloutput, int part = -1 ) : void
xmloutput System
part int
Résultat void

Property Details

autoPrintArea public_oe property

public bool autoPrintArea
Résultat bool

pageHeight public_oe property

public int pageHeight
Résultat int

pageLandscape public_oe property

public bool pageLandscape
Résultat bool

pageMargins public_oe property

public int pageMargins
Résultat int

pageWidth public_oe property

public int pageWidth
Résultat int

printAreaRectangle public_oe property

public RectangleF,System.Drawing printAreaRectangle
Résultat System.Drawing.RectangleF

restrictToPageSize public_oe property

public bool restrictToPageSize
Résultat bool