The pixel size of the marker (markers do not resize as the window size is changed). Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property PixelSize() As Integer |
[C#] |
---|
public int PixelSize {get; set;} |
[Managed C++] |
---|
public: __property int get_PixelSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_PixelSize( long * pSize ); public: HRESULT put_PixelSize( long pSize ); |
[Java] |
---|
public int getPixelSize(); public void setPixelSize( int ); |