Search
Graphics Members
Properties Methods
 


The Graphics class represents a graphics engine used to render diagram items. Instance of this class is accessible via the FlowChart.Graphics property.

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

 Public Properties

  Name Description

AntiAliasing

Gets or sets a value specifying whether to smooth lines and curves via anti-aliasing.

EngineType

Gets a value indicating the currently used graphics engine.

 Public Methods

  Name Description

ShutDown

Shuts down the currently used graphics engine, and enables the classic GDI engine.

StartUp

Initializes and starts-up one of the graphics engines supported by FlowChartX.

 See Also