WebPlanner Programmer's Guide

GdiGraphics.AddMetafileComment Method

See Also
 


Adds a comment to the current Metafile object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void AddMetafileComment (
    byte[] data
)

Visual Basic  Copy Code

Public Overridable Sub AddMetafileComment ( _
    data() As Byte _
)

 Parameters

data
Array of bytes that contains the comment.

 See Also