This documentation is archived and is not being maintained.
AdjustableArrowCap Class
Visual Studio 2010
Represents an adjustable arrow-shaped line cap. This class cannot be inherited.
System::Object
System::MarshalByRefObject
System.Drawing.Drawing2D::CustomLineCap
System.Drawing.Drawing2D::AdjustableArrowCap
System::MarshalByRefObject
System.Drawing.Drawing2D::CustomLineCap
System.Drawing.Drawing2D::AdjustableArrowCap
Assembly: System.Drawing (in System.Drawing.dll)
The AdjustableArrowCap type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AdjustableArrowCap(Single, Single) | Initializes a new instance of the AdjustableArrowCap class with the specified width and height. The arrow end caps created with this constructor are always filled. |
![]() | AdjustableArrowCap(Single, Single, Boolean) | Initializes a new instance of the AdjustableArrowCap class with the specified width, height, and fill property. Whether an arrow end cap is filled depends on the argument passed to the isFilled parameter. |
| Name | Description | |
|---|---|---|
![]() | BaseCap | Gets or sets the LineCap enumeration on which this CustomLineCap is based. (Inherited from CustomLineCap.) |
![]() | BaseInset | Gets or sets the distance between the cap and the line. (Inherited from CustomLineCap.) |
![]() | Filled | Gets or sets whether the arrow cap is filled. |
![]() | Height | Gets or sets the height of the arrow cap. |
![]() | MiddleInset | Gets or sets the number of units between the outline of the arrow cap and the fill. |
![]() | StrokeJoin | Gets or sets the LineJoin enumeration that determines how lines that compose this CustomLineCap object are joined. (Inherited from CustomLineCap.) |
![]() | Width | Gets or sets the width of the arrow cap. |
![]() | WidthScale | Gets or sets the amount by which to scale this CustomLineCap Class object with respect to the width of the Pen object. (Inherited from CustomLineCap.) |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates an exact copy of this CustomLineCap. (Inherited from CustomLineCap.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | Dispose() | Releases all resources used by this CustomLineCap object. (Inherited from CustomLineCap.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the CustomLineCap and optionally releases the managed resources. (Inherited from CustomLineCap.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an CustomLineCap to attempt to free resources and perform other cleanup operations before the CustomLineCap is reclaimed by garbage collection. (Inherited from CustomLineCap.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetStrokeCaps | Gets the caps used to start and end lines that make up this custom cap. (Inherited from CustomLineCap.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
![]() | SetStrokeCaps | Sets the caps used to start and end lines that make up this custom cap. (Inherited from CustomLineCap.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
