ViewportGeometryDeviceContextPolygon Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public abstract bool DeviceContextPolygon(
        Point3dCollection points
)
 
Public MustOverride Function DeviceContextPolygon ( 
        points As Point3dCollection
) As Boolean
 
public:
virtual bool DeviceContextPolygon(
        Point3dCollection^ points
) abstract
 
abstract DeviceContextPolygon : 
        points : Point3dCollection -> bool 
 
 
 
Parameters
- points
 
- Type: Teigha.GeometryPoint3dCollection
 
Return Value
Type: 
Boolean 
See Also