Specify whether coverage points or regions display as filled polygons in the 2D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property FillPoints() As Boolean |
[C#] |
---|
public bool FillPoints {get; set;} |
[Managed C++] |
---|
public: __property bool get_FillPoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_FillPoints( VARIANT_BOOL * pVal ); public: HRESULT put_FillPoints( VARIANT_BOOL FillPoints ); |
[Java] |
---|
public bool getFillPoints(); public void setFillPoints( bool ); |