VDF Articles
Returned 1647 results listed below
60000475 Save a file as VDI version 4.1
Category: HowToI would like to save a drawing as vdi-file of version 4.1.6.1030 (year 2004) for the purpose of backward compatibility.
60000473 Drag 'n' Drop default implementation to be enabled by default.
Category: WishDrag and Drop default implementation to be enabled by default. For example the following code copy all entities of activelayout as a vdInsert object: Private Sub VDraw1_MouseDown(ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Double, ByVal y As Double) 'Only drag to File (Explorer) works, Dragdrop in Vdraw is not working Dim ll_retv As Long If Button = 1 Then ll_retv = VDraw1.CommandAction.DoDragDrop("ALL", VdDropEffect_Move + VdDropEffect_Copy, VDraw1.CursorPos, 100, 100, 3) ll_retv = ll_retv End If End SubNOTE: Also drag and drop drawing files (from file explorer) into the VDrawgraphics area will add this drawing as Xref.
60000471 TimerBreakForDraw to be accesible from Wrapper component
Category: WishTimerBreakForDraw to be accesible from Wrapper component (using VectorDraw.Render.tlb)
60000469 Improvement of Horizontal and Vertical ScrollBar positions
Category: WishImprovement of Horizontal and Vertical ScrollBar positions
60000466 Expose the commandline_execute event in VectorDraw wrapper componet.
Category: WishExpose the commandline_execute event in VectorDraw wrapper componet.
60000462 Support Author, Title and Subject properties of vdFileProperties in PDF export file format.
Category: WishSupport Author, Title and Subject properties of vdFileProperties in PDF export file format.
60000460 When the same object item is added in a collection an exception is being thrown by vectordraw.
Category: GeneralWhen the same object item is added in a collection an exception is being thrown by vectordraw.
60000450 Support of break and trim on ellipse object.
Category: WishSupport of break and trim on ellipse object.
60000451 Export InitializePreviewFormProperties for the vdPrint dialog in the wrapper object.
Category: WishExport InitializePreviewFormProperties for the vdPrint dialog in the wrapper object.
60000442 Add the AlphaBlending value to the PenColor Dialog.
Category: WishAdd the AlphaBlending value to the PenColor Dialog.