- Сообщения
- 2 500
- Реакции
- 2 437
Differences between VGCore (2022) and VGCore (2023)
Posted 12-03-2023 at 14:28 by shelbymIntroduction
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).
The Program Files Draw folder has been renamed to include PE: C:\Program Files\Corel\CorelDRAW Graphics Suite 2023\DrawPE as well as the APPDATA folder: C:\Users\Shelby\AppData\Roaming\Corel\CorelDRAW Graphics Suite 2023\DrawPE
The Coreldrw.addon file for this version is now DrawPE.addon
Differences between VGCore (24.0) and VGCore (24.3)
Legend:
- Not changed
- Added
- Removed
Properties:
- Property PositionT As Double
- Property Selected As Boolean
- Property Side1Width As Double
- Property Side2Width As Double
- Property Width As Double
- Sub Delete()
Properties:
- Property Count As Long
- Property Item(ByVal Index As Long) As IVGVariableWidthNode
- Function Add(ByVal t As Double, ByVal Width As Double) As IVGVariableWidthNode
- Sub Clear()
- Sub Copy(ByVal src As IVGVariableWidthNodes)
Properties:
- Property VariableWidthNodes As IVGVariableWidthNodes
Properties:
- Property UsePageBoundingBox As Boolean
Properties:
- Property CGMRegion([ByVal Type As cdrCGMRegionType=cdrCGMRectangleRegion (0)]) As String
Properties:
- Property Bleed As Double
Constants:
- cdrCGMRectangleRegion As Long=0
- cdrCGMPolygonRegion As Long=1
Constants:
- cdrWEBP As Long=825
Those are the changes in the Object Model for CorelDRAW 2023. Happy coding!