Class
RoundedRectangle

Definition

Constructors

RoundedRectangle(RectangleF, float)

Declaration

cs-api-definition
public RoundedRectangle(RectangleF rectangle, float radius)

Parameters

rectangle

RectangleF

radius

float

Properties

Bottom

Declaration

cs-api-definition
public float Bottom { get; }

Property Value

float

Height

Declaration

cs-api-definition
public float Height { get; set; }

Property Value

float

IsEmpty

Declaration

cs-api-definition
public bool IsEmpty { get; }

Property Value

bool

Left

Declaration

cs-api-definition
public float Left { get; }

Property Value

float

Location

Declaration

cs-api-definition
public PointF Location { get; set; }

Property Value

PointF

Radius

Declaration

cs-api-definition
public float Radius { get; set; }

Property Value

float

RawRoundedRectangle

Declaration

cs-api-definition
public abstract object RawRoundedRectangle { get; }

Property Value

object

Rectangle

Declaration

cs-api-definition
protected RectangleF Rectangle { get; }

Property Value

RectangleF

Right

Declaration

cs-api-definition
public float Right { get; }

Property Value

float

Size

Declaration

cs-api-definition
public SizeF Size { get; set; }

Property Value

SizeF

Top

Declaration

cs-api-definition
public float Top { get; }

Property Value

float

Width

Declaration

cs-api-definition
public float Width { get; set; }

Property Value

float

X

Declaration

cs-api-definition
public float X { get; set; }

Property Value

float

Y

Declaration

cs-api-definition
public float Y { get; set; }

Property Value

float

Methods

OnPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string