property OnVectorCombine: TVectorCombineEvent;
type TVectorCombineEvent = procedure (F, P: TFixedVector; var B: TFixedVector) of object;
This event is called when vector map Merge is called in vcmCustom vector combine mode. Use this event to customize handling of vector combining. Note, however, that this event is called for every Vector in the map, so keeping the event handler small and fast is in your own interest.
Merge, VectorCombineMode, TVectorCombineEvent, Vector Types
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024