OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Blogs

Old

Variable Outline Code Examples

Posted 12-03-2023 at 14:47 by shelbym

Introduction

CorelDRAW 2023 has a new Variable Outline Tool. You can also apply a variable outline via code. :-) I have put together a number of VBA examples of how this works. Hopefully you will find these useful.

Code:
Sub TestAddVariableWidthNodes()
    Dim sLine As Shape
    
    Set sLine = ActiveLayer.CreateLineSegment(2, 8, 2, 5)
    sLine.Outline.VariableWidthNodes.Add 0.25, 0.125
    sLine.Outline.VariableWidthNodes.Add 0.5, 0.25
...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 459 Comments 0 shelbym is offline
Old

Differences between VGCore (2022) and VGCore (2023)

Posted 12-03-2023 at 14:28 by shelbym

Introduction

Corel has released a new version of CorelDRAW. The internal version number remains at 24. If you install the subscription version it will install to the CorelDRAW Graphics Suite 2022 folder, if you install the “One-Time Purchase” 2023 Version it will install to the CorelDRAW Graphics Suite 2023 folder.

There are other changes for the “One-Time Purchase” 2023 Version you should be aware for. This version is also referred to the PE (Perpetual Edition)....
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 338 Comments 0 shelbym is offline

All times are GMT -5. The time now is 12:10.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com