CorelDRAW:EffectContour
From OberonPlace Development Portal
| This object model documentation page is a stub automatically generated from application type library. |
| Please help by editing this page and filling in the missing details. |
| For guidelines and help please visit Editing Object Model Pages |
Contents |
EffectContour Class
EffectContour Class
The above text is the class description extracted from the type library for class EffectContour. Feel free to edit this section to replace or expand this information and provide more details about what this class is supposed to be used for.
Remarks
No information is available. Edit this section to add it
Examples
'This example takes the selected shape and creates a quarter inch outside contour around it with no fill and a black hairline Dim s1 As Shape Set s1 = ActiveSelection Dim eff1 As Effect Set eff1 = s1.CreateContour(cdrContourOutside, 0.25, 1, cdrDirectFountainFillBlend, CreateCMYKColor(0, 0, 0, 100), CreateCMYKColor(0, 0, 0, 0), CreateCMYKColor(0, 0, 0, 100), 0, 0, cdrContourSquareCap, cdrContourCornerMiteredOffsetBevel, 15#)
Version Information
- CorelDRAW: Available since version 10
- Corel DESIGNER: Available since version 10
References
