Click or drag to resize

WangAttributeDataCreateImageEmbeddedAttribute Method

Creates a new WangAttributeData for an ImageEmbedded annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static WangAttributeData CreateImageEmbeddedAttribute(
	RectangleF bounds,
	byte[] dib,
	bool transparent
)

Parameters

bounds
Type: System.DrawingRectangleF
The bounding rectangle of the annotation.
dib
Type: SystemByte
The embedded image data in DIB format.
transparent
Type: SystemBoolean
A value indicating whether white pixels are rendered as transparent.

Return Value

Type: WangAttributeData
A WangAttributeData containing the annotation data.
See Also