CustomLineCap Class
Encapsulates a custom user-defined line cap.
Inheritance Hierarchy
SystemObject
  Aspose.PSDCustomLineCap

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
[SerializableAttribute]
public class CustomLineCap

The CustomLineCap type exposes the following members.

Constructors
  NameDescription
Public methodCustomLineCap(GraphicsPath, GraphicsPath)
Initializes a new instance of the CustomLineCap class with the specified outline and fill.
Public methodCustomLineCap(GraphicsPath, GraphicsPath, LineCap)
Initializes a new instance of the CustomLineCap class from the specified existing LineCap enumeration with the specified outline and fill.
Public methodCustomLineCap(GraphicsPath, GraphicsPath, LineCap, Single)
Initializes a new instance of the CustomLineCap class from the specified existing LineCap enumeration with the specified outline, fill, and inset.
Properties
  NameDescription
Public propertyBaseCap
Gets or sets the LineCap enumeration on which this CustomLineCap is based.
Public propertyBaseInset
Gets or sets the distance between the cap and the line.
Public propertyFillPath
Gets or sets the object that defines the fill for the custom cap.
Public propertyStrokeJoin
Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.
Public propertyStrokePath
Gets or sets the object that defines the outline of the custom cap.
Public propertyWidthScale
Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStrokeCaps
Gets the caps used to start and end lines that make up this custom cap.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetStrokeCaps
Sets the caps used to start and end lines that make up this custom cap.
Public methodToString (Inherited from Object.)
See Also