CurvesContinuousManagerGetCurvePointCount Method |
Gets the curve point count.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int GetCurvePointCount(
int channelIndex
)
Public Function GetCurvePointCount (
channelIndex As Integer
) As Integer
public:
int GetCurvePointCount(
int channelIndex
)
member GetCurvePointCount :
channelIndex : int -> int
Parameters
- channelIndex
- Type: SystemInt32
Index of the channel.
Return Value
Type:
Int32Count of Curve Point in channel
See Also