Table of Contents

Struct SvgViewBox

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Represents an SVG viewBox.
D2D1_SVG_VIEWBOX

public struct SvgViewBox : IEquatable<SvgViewBox>
Implements
Inherited Members

Constructors

SvgViewBox(Point2Float, SizeFloat)
SvgViewBox(Point2Float, float, float)
SvgViewBox(RectFloat)
SvgViewBox(float, float, SizeFloat)
SvgViewBox(float, float, float, float)

Properties

Height

Gets or sets the height of the view box.

Location
Size
Width

Gets or sets the width of the view box.

X

Gets or sets the X coordinate of the view box.

Y

Gets or sets the X coordinate of the view box.

Methods

Equals(SvgViewBox)
Equals(object?)
GetHashCode()

Operators

operator ==(SvgViewBox, SvgViewBox)
implicit operator RectDouble(SvgViewBox)
implicit operator RectFloat(SvgViewBox)
implicit operator SvgViewBox(RectFloat)
operator !=(SvgViewBox, SvgViewBox)