C# 클래스 Aspose.Words.Examples.CSharp.Rendering_and_Printing.RenderShape

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
FindBoundingBoxAroundNode ( Bitmap originalBitmap ) : Rectangle

Finds the minimum bounding box around non-transparent pixels in a Bitmap.

FindShapeSizes ( Shape shape ) : void
RenderCellToImage ( string dataDir, Document doc ) : void
RenderNode ( Node node, string filePath, ImageSaveOptions imageOptions ) : void

Renders any node in a document to the path specified using the image save options.

RenderParagraphToImage ( string dataDir, Document doc ) : void
RenderRowToImage ( string dataDir, Document doc ) : void
RenderShapeImage ( string dataDir, Shape shape ) : void
RenderShapeToDisk ( string dataDir, Shape shape ) : void
RenderShapeToGraphics ( string dataDir, Shape shape ) : void
RenderShapeToStream ( string dataDir, Shape shape ) : void
Run ( ) : void

메소드 상세

FindBoundingBoxAroundNode() 공개 정적인 메소드

Finds the minimum bounding box around non-transparent pixels in a Bitmap.
public static FindBoundingBoxAroundNode ( Bitmap originalBitmap ) : Rectangle
originalBitmap System.Drawing.Bitmap
리턴 System.Drawing.Rectangle

FindShapeSizes() 공개 정적인 메소드

public static FindShapeSizes ( Shape shape ) : void
shape Shape
리턴 void

RenderCellToImage() 공개 정적인 메소드

public static RenderCellToImage ( string dataDir, Document doc ) : void
dataDir string
doc Document
리턴 void

RenderNode() 공개 정적인 메소드

Renders any node in a document to the path specified using the image save options.
public static RenderNode ( Node node, string filePath, ImageSaveOptions imageOptions ) : void
node Node The node to render.
filePath string
imageOptions ImageSaveOptions The image options to use during rendering. This can be null.
리턴 void

RenderParagraphToImage() 공개 정적인 메소드

public static RenderParagraphToImage ( string dataDir, Document doc ) : void
dataDir string
doc Document
리턴 void

RenderRowToImage() 공개 정적인 메소드

public static RenderRowToImage ( string dataDir, Document doc ) : void
dataDir string
doc Document
리턴 void

RenderShapeImage() 공개 정적인 메소드

public static RenderShapeImage ( string dataDir, Shape shape ) : void
dataDir string
shape Shape
리턴 void

RenderShapeToDisk() 공개 정적인 메소드

public static RenderShapeToDisk ( string dataDir, Shape shape ) : void
dataDir string
shape Shape
리턴 void

RenderShapeToGraphics() 공개 정적인 메소드

public static RenderShapeToGraphics ( string dataDir, Shape shape ) : void
dataDir string
shape Shape
리턴 void

RenderShapeToStream() 공개 정적인 메소드

public static RenderShapeToStream ( string dataDir, Shape shape ) : void
dataDir string
shape Shape
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void