Pen.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; }

Return 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.

See Also