CADability dotNET
Interface for the 2D representation of a IGeoObject. Get2DRepresentation(Projection, GDIResources) must return a I2DRepresentation. You only have to deal with this interface if you want to implement you own IGeoObject objects or to override Get2DRepresentation(Projection, GDIResources) of existing IGeoObject objects.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public interface I2DRepresentation : IQuadTreeInsertable
Visual Basic
Public Interface I2DRepresentation _
	Inherits IQuadTreeInsertable
Visual C++
public interface class I2DRepresentation : IQuadTreeInsertable

See Also