6#include "drawing/drawing2d/custom_line_cap.h"
8namespace System {
namespace Drawing {
namespace Drawing2D {
57 float GetInternalInset()
const;
Represents an adjustable arrow-shaped line cap. Objects of this class should only be allocated using ...
Definition: adjustable_arrow_cap.h:15
bool get_Filled() const
Returns a value that indicates if the arrow represented by the current object is filled.
float get_Height() const
Returns the height of the arrow represented by the current object.
float get_MiddleInset() const
Sets the distance between the line and the cap represented by the current object.
void set_Width(float value)
Sets the width of the arrow represented by the current object.
void set_Filled(bool value)
Sets a value that specifies if the arrow represented by the current object is filled.
float get_Width() const
Returns the width of the arrow represented by the current object.
AdjustableArrowCap(float width, float height, bool is_filled=true)
Constructs a new instance of AdjustableArrowCap with the specified width and height.
void set_Height(float value)
Sets the height of the arrow represented by the current object.
void set_MiddleInset(float value)
Sets the distance between the line and the cap represented by the current object.
Represents a user-defined line cap. Objects of this class should only be allocated using System::Make...
Definition: custom_line_cap.h:40
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9