CustomLineCap Class |
Namespace: Aspose.PSD
The CustomLineCap type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomLineCap(GraphicsPath, GraphicsPath) |
Initializes a new instance of the CustomLineCap class with the specified outline and fill.
|
![]() | CustomLineCap(GraphicsPath, GraphicsPath, LineCap) |
Initializes a new instance of the CustomLineCap class from the specified existing LineCap enumeration with the specified outline and fill.
|
![]() | CustomLineCap(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.
|
Name | Description | |
---|---|---|
![]() | BaseCap |
Gets or sets the LineCap enumeration on which this CustomLineCap is based.
|
![]() | BaseInset |
Gets or sets the distance between the cap and the line.
|
![]() | FillPath |
Gets or sets the object that defines the fill for the custom cap.
|
![]() | StrokeJoin |
Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined.
|
![]() | StrokePath |
Gets or sets the object that defines the outline of the custom cap.
|
![]() | WidthScale |
Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetStrokeCaps |
Gets the caps used to start and end lines that make up this custom cap.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetStrokeCaps |
Sets the caps used to start and end lines that make up this custom cap.
|
![]() | ToString | (Inherited from Object.) |