This .NET class wraps the AcGsGraphicsKernel ObjectARX class.
The GraphicsKernel is used in graphics system (GS) for initialization and shutdown. The GS meta-API objects hide behind a pure virtual interface, and they are constructed via the GraphicsKernel.
Autodesk.AutoCAD.GraphicsSystem.GraphicsKernel
Public Class GraphicsKernel Inherits DisposableWrapper
public class GraphicsKernel : DisposableWrapper;
Comments? |