AddAudioFrameCD

ShapeCollection.AddAudioFrameCD method

Adds an AudioFrame with CD to the end of collection.

public IAudioFrame AddAudioFrameCD(float x, float y, float width, float height)
ParameterTypeDescription
xSingleX coordinate of a new audio frame.
ySingleY coordinate of a new audio frame.
widthSingleWidth of a new audio frame.
heightSingleHeight of a new audio frame.

Return Value

Created AudioFrame object.

See Also