Represents a simple polygon to be drawn on this layer.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Class RenderableDrawingLayer.dlPolygon
C#
public class RenderableDrawingLayer.dlPolygon
C++
ref class RenderableDrawingLayer.dlPolygon
J#
public class RenderableDrawingLayer.dlPolygon
JScript
public class RenderableDrawingLayer.dlPolygon

Inheritance Hierarchy

System.Object
   MapWinView.RenderableDrawingLayer.dlPolygon

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also