GdFlResourceTransparencyPoints Property |
Gets the transparency points.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic IGradientTransparencyPoint[] TransparencyPoints { get; set; }
Public Property TransparencyPoints As IGradientTransparencyPoint()
Get
Set
public:
property array<IGradientTransparencyPoint^>^ TransparencyPoints {
array<IGradientTransparencyPoint^>^ get ();
void set (array<IGradientTransparencyPoint^>^ value);
}
member TransparencyPoints : IGradientTransparencyPoint[] with get, set
Property Value
Type:
IGradientTransparencyPoint
The transparency points.
See Also