VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LineCap Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    LineCap Class Members
    In This Topic
    The following tables list the members exposed by LineCap.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the size of the cap.
    Public PropertyGets or sets the style of the cap.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current LineCap instance.
    Public MethodReleases all resources used by this LineCap object.
    Public MethodOverloaded. Determines whether the specified System.Object is equal to the current LineCap.
    Public MethodReturns a hash code for this LineCap object.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodOverloaded. Sets size and style of the cap.
    Public MethodReturns a string that represents the current LineCap.
    Protected Methods
     NameDescription
    Protected MethodAllows a line cap to attempt to free resources and perform other cleanup operations before the line cap is reclaimed by garbage collection.
    Protected MethodRaises the PropertyChanged event.
    Protected MethodRaises the PropertyChanging event.
    Public Events
     NameDescription
    Public EventOccurs when the property of the line cap is changed.
    Public EventOccurs when the property of the line cap is changing.
    Public Operators
     NameDescription
    Public OperatorTests whether two LineCap objects are equal.
    Public OperatorTests whether two LineCap objects are different.
    See Also