.NET Framework Class Library

IGraphicsSurface Members

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > IGraphicsSurface Interface >

.NET Framework Class Library

IGraphicsSurface Members

The IGraphicsSurface type exposes the following members.

Methods

 

Name

Description

Public method

Clear


Public method

ClipPath


Public method

Dispose

(Inherited from IDisposable.)

Public method

DrawImage(Stream, Point)


Public method

DrawImage(Stream, SimpleRect)


Public method

DrawImage(IBitmapImage, SimpleRect)


Public method

DrawImage(Stream, Single, Single)


Public method

DrawImage(IBitmapImage, Single, Single)


Public method

DrawImage(IVectorImage, Single, Single)


Public method

DrawImage(IBitmapImage, Single, Single, Single, Single)


Public method

DrawImage(Stream, SimpleRect, Single, Single, Single, Single)


Public method

DrawImage(IBitmapImage, SimpleRect, Single, Single, Single, Single)


Public method

DrawLine


Public method

DrawRectangle


Public method

DrawString


Public method

DrawStringAsShape


Public method

DrawStringWithHighlight


Public method

DrawTextPath


Public method

EndDrawing


Public method

FillClip

Fills the current clipping area present on the gprahics surface. This is needed for the PDF engine when performing gradient filling.

Public method

FillPath


Public method

GetClipBounds


Public method

GetDrawingSurface


Public method

GetFontMetrics


Public method

RestoreClip


Public method

RestoreGraphicsState


Public method

SaveClip


Public method

SaveGraphicsState


Public method

SetClip(IGraphicsPath, CombineMode)

Sets the clipping region of this graphics surface to the result of the specified operation combining the current clip region and the specified graphics path.

Public method

SetClip(SimpleRect, CombineMode)

Sets the clipping region of this graphics surface to the result of the specified operation combining the current clip region and the specified rectangle.

Public method

StartDrawing


Public method

StrokePath


Properties

 

Name

Description

Public property

CurrentGraphicsState


Public property

RenderingSettings


See Also

IGraphicsSurface Interface

Gnostice.Core.Graphics Namespace