Object Model Reference : Classes : B : Bitmap : Methods : Bitmap.Trace |
Function Trace(TraceType As cdrTraceType, [Smoothing As Integer = -1], [DetailLevelPercent As Integer], [ColorMode As cdrColorType = cdrColorMixed], [PaletteID As cdrPaletteID = cdrCustom], [ColorCount As Long], [DeleteOriginalObject As Boolean = False], [RemoveBackground As Boolean = True], [RemoveEntireBackColor As Boolean = False]) As TraceSettings
Member of Bitmap
The Trace method converts a bitmap into vector objects.
Parameter
|
Description
|
TraceType
|
Specifies the trace type
|
Smoothing
|
Specifies the degree of smoothing. This parameter is optional, and its default value is -1.
|
DetailLevelPercent
|
Specifies the level of detail. This parameter is optional.
|
ColorMode
|
Specifies the color mode. This parameter is optional, and its default value is cdrColorMixed.
|
PaletteID
|
Specifies the ID of the palette. This parameter is optional, and its default value is cdrCustom.
|
ColorCount
|
Specifies the color count. This parameter is optional.
|
DeleteOriginalObject
|
Specifies whether to delete the original object. This parameter is optional, and its default value is False.
|
RemoveBackground
|
Specifies whether to remove the background. This parameter is optional, and its default value is True.
|
RemoveEntireBackColor
|
Specifies whether to remove the entire background color. This parameter is optional, and its default value is False.
|
Copyright 2013 Corel Corporation. All rights reserved.