ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationBook Class / Create Method

In This Topic
    Create Method (AnnotationBook)
    In This Topic
    When overridden creates annotation item.
    Syntax
    'Declaration
     
    Public MustOverride Function Create( _
       ByVal type As AnnotationKind, _
       ByVal bounds As Rect _
    ) As AnnotationItem
    public abstract AnnotationItem Create( 
       AnnotationKind type,
       Rect bounds
    )

    Parameters

    type
    bounds
    See Also