NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Pen.CompoundArray

[To be supplied.]

[Visual Basic]
Public Property CompoundArray As Single ()
[C#]
public float[] CompoundArray {get; set;}
[C++]
public: __property float* get_CompoundArray();
public: __property void set_CompoundArray(float*[]);
[JScript]
public function get CompoundArray() : float[];
public function set CompoundArray(float[]);

See Also

Pen Class | Pen Members | System.Drawing Namespace