Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- mark
- The mark to update.
- rect
- The resized rectangle.
This method must be overridden to enable resizing a custom mark using the mouse.
In this method you can update the location and size properties of your custom mark by getting
those values from the rect parameter.