C# Class PdfSharp.Drawing.XGraphics.SpaceTransformer

(This class is under construction.)
ファイルを表示 Open project: DavidS/MigraDoc

Public Methods

Method Description
WorldToDefaultPage ( PdfSharp.Drawing.XRect rect ) : PdfSharp.Drawing.XRect

Gets the smallest rectangle in default page space units that completely encloses the specified rect in world space units.

Private Methods

Method Description
SpaceTransformer ( XGraphics gfx ) : System

Method Details

WorldToDefaultPage() public method

Gets the smallest rectangle in default page space units that completely encloses the specified rect in world space units.
public WorldToDefaultPage ( PdfSharp.Drawing.XRect rect ) : PdfSharp.Drawing.XRect
rect PdfSharp.Drawing.XRect
return PdfSharp.Drawing.XRect