IGradientStopCollection

IGradientStopCollection

General

IGradientStopCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció d’estacions de gradient.

Propietats

NameTypeAccessDescription
AsICollectionIList<IGradientStop>ReadGets the stops as an IList of IGradientStop
AsIEnumerableIEnumerable<IGradientStop>ReadGets the stops as an IEnumerable of IGradientStop
CountintRead

Mètodes

SignatureDescription
Add(position: float, color: Color)The newly created gradient stop.
Add(position: float, presetColor: PresetColor)The newly created gradient stop.
Add(position: float, schemeColor: SchemeColor)The newly created gradient stop.
Insert(index: int, position: float, color: Color)The RGB color.
Insert(index: int, position: float, presetColor: PresetColor)The preset color.
Insert(index: int, position: float, schemeColor: SchemeColor)The scheme color.
RemoveAt(index: int)The zero-based index of the stop to remove.
Clear()
 Català