Table of Contents

Constructor SvgViewBox

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SvgViewBox(float, float, float, float)

public SvgViewBox(float x, float y, float width, float height)

Parameters

x float
y float
width float
height float

SvgViewBox(Point2Float, float, float)

public SvgViewBox(Point2Float location, float width, float height)

Parameters

location Point2Float
width float
height float

SvgViewBox(float, float, SizeFloat)

public SvgViewBox(float x, float y, SizeFloat size)

Parameters

x float
y float
size SizeFloat

SvgViewBox(Point2Float, SizeFloat)

public SvgViewBox(Point2Float location, SizeFloat size)

Parameters

location Point2Float
size SizeFloat

SvgViewBox(RectFloat)

public SvgViewBox(RectFloat rect)

Parameters

rect RectFloat