AdjustableArrowCap.AdjustableArrowCap
AdjustableArrowCap(float, float)
Initializes a new instance of the AdjustableArrowCap
class.
public AdjustableArrowCap(float width, float height)
Parameter | Type | Description |
---|---|---|
width | Single | The width of the arrow. |
height | Single | The height of the arrow. |
See Also
- class AdjustableArrowCap
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
AdjustableArrowCap(float, float, bool)
Initializes a new instance of the AdjustableArrowCap
class.
public AdjustableArrowCap(float width, float height, bool isFilled)
Parameter | Type | Description |
---|---|---|
width | Single | The width of the arrow. |
height | Single | The height of the arrow. |
isFilled | Boolean | true to fill the arrow cap; otherwise, false. |
See Also
- class AdjustableArrowCap
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing