Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Creates a bookmark on this Element with the specified name.

C#
public virtual void CreateBookmark(System.String name)
vb.net
Public Overridable Sub CreateBookmark(ByVal name As String)

Parameters

name
A String representing the name to give this bookmark.

Examples

C#
e.CreateBookmark("MyBookmark");
vb.net
e.CreateBookmark("MyBookmark")
  • No labels