Click or drag to resize

InkDrawingAttributesFromDrawingAttributes Method

Returns an InkDrawingAttributes object from a Microsoft.Ink.DrawingAttributes instance.

Namespace:  Atalasoft.Annotate.Ink
Assembly:  Atalasoft.DotAnnotate.Ink (in Atalasoft.DotAnnotate.Ink.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static InkDrawingAttributes FromDrawingAttributes(
	DrawingAttributes attributes
)

Parameters

attributes
Type: DrawingAttributes
A Microsoft.Ink.DrawingAttributes object from which the InkDrawingAttributes will be created.

Return Value

Type: InkDrawingAttributes
An InkDrawingAttributes containing the same settings as the attributes parameter.
See Also