TVectorCombineMode

Graphics32

TVectorCombineMode

type TVectorCombineMode = (vcmAdd, vcmReplace, vcmCustom);

Description

TVectorCombineMode defines how vectors will be combined (e.g. in TVectormap.Merge).

  • vcmAdd - Adds the source vectors.
  • vcmReplace - Replaces with source vectors.
  • vcmCustom - Uses a specified OnVectorCombine event.