Click or drag to resize

WangAttributeDataCreateTextStampAttribute Method

Creates a new instance of WangAttributeData for a TextStamp 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 CreateTextStampAttribute(
	RectangleF bounds,
	Color color1,
	AnnotationFont font,
	string text
)

Parameters

bounds
Type: System.DrawingRectangleF
The bounding rectangle of the annotation.
color1
Type: System.DrawingColor
The color of the annotation.
font
Type: Atalasoft.AnnotateAnnotationFont
The font used when rendering text.
text
Type: SystemString
The text of the annotation.

Return Value

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