Table of Contents

Constructor RoundedRect

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

RoundedRect(RectFloat, float)

public RoundedRect(RectFloat rect, float radius)

Parameters

rect RectFloat
radius float

RoundedRect(Point2Float, SizeFloat, float)

public RoundedRect(Point2Float location, SizeFloat size, float radius)

Parameters

location Point2Float
size SizeFloat
radius float

RoundedRect(float, float, SizeFloat, float)

public RoundedRect(float x, float y, SizeFloat size, float radius)

Parameters

x float
y float
size SizeFloat
radius float

RoundedRect(Point2Float, float, float, float)

public RoundedRect(Point2Float location, float width, float height, float radius)

Parameters

location Point2Float
width float
height float
radius float

RoundedRect(float, float, float, float, float)

public RoundedRect(float x, float y, float width, float height, float radius)

Parameters

x float
y float
width float
height float
radius float

RoundedRect(RectFloat, float, float)

public RoundedRect(RectFloat rect, float radiusX, float radiusY)

Parameters

rect RectFloat
radiusX float
radiusY float

RoundedRect(Point2Float, SizeFloat, float, float)

public RoundedRect(Point2Float location, SizeFloat size, float radiusX, float radiusY)

Parameters

location Point2Float
size SizeFloat
radiusX float
radiusY float

RoundedRect(float, float, SizeFloat, float, float)

public RoundedRect(float x, float y, SizeFloat size, float radiusX, float radiusY)

Parameters

x float
y float
size SizeFloat
radiusX float
radiusY float

RoundedRect(Point2Float, float, float, float, float)

public RoundedRect(Point2Float location, float width, float height, float radiusX, float radiusY)

Parameters

location Point2Float
width float
height float
radiusX float
radiusY float

RoundedRect(float, float, float, float, float, float)

public RoundedRect(float x, float y, float width, float height, float radiusX, float radiusY)

Parameters

x float
y float
width float
height float
radiusX float
radiusY float