Class SvgRectangleAsRect
Inheritance
SvgRectangleAsRect
Assembly: OpenSvg.dll
Syntax
public class SvgRectangleAsRect : SvgVisual, IXmlSerializable, IEquatable<SvgElement>
Fields
|
Edit this page
View Source
cornerRadiusX
Declaration
protected readonly FloatAttr cornerRadiusX
Field Value
|
Edit this page
View Source
cornerRadiusY
Declaration
protected readonly FloatAttr cornerRadiusY
Field Value
|
Edit this page
View Source
definedHeight
Declaration
protected readonly AbsoluteOrRatioAttr definedHeight
Field Value
|
Edit this page
View Source
definedWidth
Declaration
protected readonly AbsoluteOrRatioAttr definedWidth
Field Value
|
Edit this page
View Source
x
Declaration
protected readonly FloatAttr x
Field Value
|
Edit this page
View Source
y
Declaration
protected readonly FloatAttr y
Field Value
Properties
|
Edit this page
View Source
BottomRight
Declaration
public Vector2 BottomRight { get; }
Property Value
|
Edit this page
View Source
CornerRadiusX
Declaration
public float CornerRadiusX { get; set; }
Property Value
|
Edit this page
View Source
CornerRadiusY
Declaration
public float CornerRadiusY { get; set; }
Property Value
|
Edit this page
View Source
DefinedHeight
Declaration
public AbsoluteOrRatio DefinedHeight { get; set; }
Property Value
|
Edit this page
View Source
DefinedHeightAbsolute
Declaration
public float DefinedHeightAbsolute { get; }
Property Value
|
Edit this page
View Source
DefinedWidth
Declaration
public AbsoluteOrRatio DefinedWidth { get; set; }
Property Value
|
Edit this page
View Source
DefinedWidthAbsolute
Declaration
public float DefinedWidthAbsolute { get; }
Property Value
|
Edit this page
View Source
RectangleConfig
Declaration
public RectangleConfig RectangleConfig { get; set; }
Property Value
|
Edit this page
View Source
SvgName
Gets or sets the name of the SVG element.
Declaration
public override string SvgName { get; }
Property Value
Overrides
|
Edit this page
View Source
TopLeft
Declaration
public Vector2 TopLeft { get; }
Property Value
|
Edit this page
View Source
X
Declaration
public float X { get; set; }
Property Value
|
Edit this page
View Source
Y
Declaration
public float Y { get; set; }
Property Value
Methods
|
Edit this page
View Source
ComputeConvexHull()
Protected method to compute the non-transformed convex hull of this SvgVisual element.
Declaration
protected override ConvexHull ComputeConvexHull()
Returns
Overrides
Implements