The abstract XLinePrimitiveBase class allows to implement classes based on drawing the line primitives.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public abstract class XLinePrimitiveBase : XDisposableObject, IXRenderableMaterial, 
	IXRenderablePrimitive, ICloneable

Inheritance Hierarchy

System..::.Object
  SGP..::.XDisposableObject
    SGP.XSpace..::.XLinePrimitiveBase
      SGP.XSpace..::.XPathPrimitive
      SGP.XSpace..::.XLinePrimitive

See Also