OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Blogs > shelbym

Uncategorized Entries with no category
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 462 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 342 Comments 0 shelbym is offline
Old

Differences between VGCore (2021) and VGCore (2022)

Posted 03-07-2022 at 16:32 by shelbym

Introduction

Corel has released a new version of CorelDRAW. With the move to the subscription model they have dropped the year version from the name of the appliction but it still installs to a year folder, so for now I will continue to call is 2022. Let's see what is new in the Object Model for 2022. The list is not that long so I will post the entire list here, no need to download a file this year.

Differences between VGCore (23.1) and VGCore (24.1)

Legend:...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 2384 Comments 0 shelbym is offline
Old

Differences between VGCore (2020) and VGCore (2021)

Posted 10-03-2021 at 11:00 by shelbym

Introduction

Corel has released a new version of CorelDRAW. Let's see what is new in the Object Model for 2021. The list is not that long so I will post the entire list here, no need to download a file this year.


Differences between VGCore (22.1) and VGCore (23.0)

Legend:
  • Not changed
  • Added
  • Removed

Class ActiveView

Properties:
  • Property UseMultipageView As Boolean
Methods:
  • Function FindPageAtPoint(ByVal x As Double, ByVal
...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 6662 Comments 0 shelbym is offline
Old

Differences between VGCore (2019) and VGCore (2020)

Posted 30-03-2020 at 12:51 by shelbym

Introduction

It has been a while since I have done one of these, but since Corel has not yet posted the changes to the Object Model for 2020 I thought I might as well.

I have created an HTML document that shows all the changes between VGCore (2019) and VGCore (2020). The text was to long to post here so I have linked to a .zip file with the full text.

Object Model Changes

When you open the document in your browser you will see a legend...
shelbym's Avatar
Senior Member
Posted in Uncategorized
Views 74798 Comments 1 shelbym is offline

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


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