VoicePrint3DSpectrumCreateVoicePrint3D Method |
Namespace:
WinformsVisualization.Visualization
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool CreateVoicePrint3D(
Graphics graphics,
RectangleF clipRectangle,
float xPos,
Color background,
float lineThickness = 1f
)
Public Function CreateVoicePrint3D (
graphics As Graphics,
clipRectangle As RectangleF,
xPos As Single,
background As Color,
Optional lineThickness As Single = 1F
) As Boolean
Dim instance As VoicePrint3DSpectrum
Dim graphics As Graphics
Dim clipRectangle As RectangleF
Dim xPos As Single
Dim background As Color
Dim lineThickness As Single
Dim returnValue As Boolean
returnValue = instance.CreateVoicePrint3D(graphics,
clipRectangle, xPos, background,
lineThickness)
member CreateVoicePrint3D :
graphics : Graphics *
clipRectangle : RectangleF *
xPos : float32 *
background : Color *
?lineThickness : float32
(* Defaults:
let _lineThickness = defaultArg lineThickness 1f
*)
-> bool
public boolean CreateVoicePrint3D(
Graphics graphics,
RectangleF clipRectangle,
float xPos,
Color background,
float lineThickness = 1f
)
public function CreateVoicePrint3D(
graphics : Graphics,
clipRectangle : RectangleF,
xPos : float,
background : Color,
lineThickness : float
) : boolean
function CreateVoicePrint3D(graphics, clipRectangle, xPos, background, lineThickness);
Parameters
- graphics
- Type: System.DrawingGraphics
- clipRectangle
- Type: System.DrawingRectangleF
- xPos
- Type: SystemSingle
- background
- Type: System.DrawingColor
- lineThickness (Optional)
- Type: SystemSingle
Return Value
Type:
BooleanSee Also