Click or drag to resize

InkDrawingAttributes Class

Note: This API is now obsolete.

This class is used to define the pen properties used when drawing ink.
Inheritance Hierarchy
SystemObject
  DrawingAttributes
    Atalasoft.Annotate.InkInkDrawingAttributes

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
[SerializableAttribute]
[ObsoleteAttribute("This component is no longer available in DotImage.", 
	true)]
public class InkDrawingAttributes : DrawingAttributes, 
	ISerializable

The InkDrawingAttributes type exposes the following members.

Constructors
  NameDescription
Public methodInkDrawingAttributes
Creates a new instance of InkDrawingAttributes.
Public methodInkDrawingAttributes(SerializationInfo, StreamingContext)
Creates a new instance of InkDrawingAttributes from serialized data.
Top
Properties
  NameDescription
Public propertyAntiAliased (Inherited from DrawingAttributes.)
Public propertyColor (Inherited from DrawingAttributes.)
Public propertyExtendedProperties (Inherited from DrawingAttributes.)
Public propertyFitToCurve (Inherited from DrawingAttributes.)
Public propertyHeight (Inherited from DrawingAttributes.)
Public propertyIgnorePressure (Inherited from DrawingAttributes.)
Public propertyPenTip (Inherited from DrawingAttributes.)
Public propertyRasterOperation (Inherited from DrawingAttributes.)
Public propertyTransparency (Inherited from DrawingAttributes.)
Public propertyWidth (Inherited from DrawingAttributes.)
Top
Methods
  NameDescription
Public methodClone (Inherited from DrawingAttributes.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromDrawingAttributes
Returns an InkDrawingAttributes object from a Microsoft.Ink.DrawingAttributes instance.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Fills a SerializationInfo object with information about this class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also