C# Class MigraDoc.RtfRendering.ChartRenderer

Summary description for ChartRenderer.
Inheritance: ShapeRenderer
显示文件 Open project: DavidS/MigraDoc

Protected Methods

Method Description
GetShapeHeight ( ) : MigraDoc.DocumentObjectModel.Unit
GetShapeWidth ( ) : MigraDoc.DocumentObjectModel.Unit

Private Methods

Method Description
ChartRenderer ( MigraDoc.DocumentObjectModel.DocumentObject domObj, MigraDoc.RtfRendering.RtfDocumentRenderer docRenderer ) : System
EndImageDescription ( ) : void
Render ( ) : void

Renders an image to RTF.

RenderByteSeries ( string fileName ) : void

Renders the image file as byte series.

RenderDimensionSettings ( ) : void

Renders scaling, width and height for the image.

RenderImage ( string fileName ) : void

Renders image specific attributes and the image byte series to RTF.

RenderImageAttributes ( ) : void
RenderSourceType ( ) : void
StartImageDescription ( ) : void
StoreTempImage ( string fileName ) : bool

Method Details

GetShapeHeight() protected method

protected GetShapeHeight ( ) : MigraDoc.DocumentObjectModel.Unit
return MigraDoc.DocumentObjectModel.Unit

GetShapeWidth() protected method

protected GetShapeWidth ( ) : MigraDoc.DocumentObjectModel.Unit
return MigraDoc.DocumentObjectModel.Unit