Search
IGraphicsFactory Members
Properties Methods
 


A factory class for various graphical objects.

The following tables list the members exposed by the IGraphicsFactory type.

 Public Properties

  Name Description

IsContextReady

Gets a value indicating whether the factory is ready.

 Public Methods

  Name Description

CreateGraphics

Creates an IGraphics object.

CreateImageGraphics

Creates an IGraphics object specifically to output to an image.

CreateMatrix

Creates an IMatrix object.

CreatePath

Overloaded. Creates an IGraphicsPath object.

 See Also