CompoundArray

Pen.CompoundArray property

Gets or sets an array of values that specifies a compound pen. A compound pen draws a compound line made up of parallel lines and spaces.

public float[] CompoundArray { get; set; }

Property Value

An array of real numbers that specifies the compound array. The elements in the array must be in increasing order, not less than 0, and not greater than 1.

Exceptions

exceptioncondition
ArgumentExceptionThe CompoundArray property is set on an immutable Pen, such as those returned by the Pen class.

See Also