Search
IGraphics.AddMetafileComment Method
See Also
 





Adds a comment to the current Metafile object.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void AddMetafileComment (
    byte[] data
)

Visual Basic  Copy Code

Sub AddMetafileComment( _
    data() As Byte _
)

 Parameters

data
Array of bytes that contains the comment.

 See Also