Object Model Reference : Classes : C : Curve : Methods : Curve.Contour |
Function Contour(Offset As Double, [Direction As cdrContourDirection = cdrContourOutside], [EndCapType As cdrContourEndCapType = cdrContourSquareCap], [CornerType As cdrContourCornerType = cdrContourCornerMiteredOffsetBevel], [MiterLimit As Double]) As Curve
Member of Curve
The Contour method returns a curve that is contoured to the current one.
Parameter
|
Description
|
Offset
|
Specifies the offset of the contour
|
Direction
|
Specifies the direction of the contour. This parameter is optional, and its default value is cdrContourOutside.
|
EndCapType
|
Specifies the end-cap type of the contour. This parameter is optional, and its default value is cdrContourSquareCap.
|
CornerType
|
Specifies the corner type of the contour. This parameter is optional, and its default value is cdrContourCornerMiteredOffsetBevel.
|
MiterLimit
|
Specifies the miter limit. This parameter is optional.
|
Copyright 2013 Corel Corporation. All rights reserved.