ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkController Class / CreateMark Method
The mark that will be added to the ART page. This is the in-progress mark but can be modified if this method is overridden.
The mouse points.
Mark creation data.




In This Topic
    CreateMark Method (ImGearAnnotatorMarkController)
    In This Topic
    Adds the in-progress mark to the ART page.
    Syntax
    'Declaration
     
    Public Overridable Function CreateMark( _
       ByVal mark As ImGearARTMark, _
       ByVal points As IEnumerable(Of ImGearPoint), _
       ByVal createMarkData As ImGearAnnotatorCreateMarkData _
    ) As ImGearARTMark
    'Usage
     
    Dim instance As ImGearAnnotatorMarkController
    Dim mark As ImGearARTMark
    Dim points As IEnumerable(Of ImGearPoint)
    Dim createMarkData As ImGearAnnotatorCreateMarkData
    Dim value As ImGearARTMark
     
    value = instance.CreateMark(mark, points, createMarkData)

    Parameters

    mark
    The mark that will be added to the ART page. This is the in-progress mark but can be modified if this method is overridden.
    points
    The mouse points.
    createMarkData
    Mark creation data.

    Return Value

    ImGearARTMark object.
    Remarks
    The mark parameter is the in-progress mark, which this method returns by default.
    See Also