Struct SvgViewBox
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public struct SvgViewBox
Constructors
SvgViewBox(Single, Single, Single, Single)
Declaration
public SvgViewBox(float minX, float minY, float width, float height)
Parameters
System.Single
minX
|
System.Single
minY
|
System.Single
width
|
System.Single
height
|
Fields
Empty
Properties
Height
Declaration
public float Height { get; set; }
Property Value
System.Single
|
MinX
Declaration
public float MinX { get; set; }
Property Value
System.Single
|
MinY
Declaration
public float MinY { get; set; }
Property Value
System.Single
|
Width
Declaration
public float Width { get; set; }
Property Value
System.Single
|
Methods
AddViewBoxTransform(SvgAspectRatio, ISvgRenderer, SvgFragment)
Declaration
public void AddViewBoxTransform(SvgAspectRatio aspectRatio, ISvgRenderer renderer, SvgFragment frag)
Parameters
SvgAspectRatio
aspectRatio
|
ISvgRenderer
renderer
|
SvgFragment
frag
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.ValueType.Equals(System.Object)
Equals(SvgViewBox)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(SvgViewBox, SvgViewBox)
Declaration
public static bool operator ==(SvgViewBox lhs, SvgViewBox rhs)
Parameters
SvgViewBox
lhs
|
SvgViewBox
rhs
|
Returns
System.Boolean
|
Implicit(RectangleF to SvgViewBox)
Declaration
public static implicit operator SvgViewBox(RectangleF value)
Parameters
System.Drawing.RectangleF
value
|
Returns
SvgViewBox
|
Implicit(SvgViewBox to RectangleF)
Declaration
public static implicit operator RectangleF(SvgViewBox value)
Parameters
SvgViewBox
value
|
Returns
System.Drawing.RectangleF
|
Inequality(SvgViewBox, SvgViewBox)
Declaration
public static bool operator !=(SvgViewBox lhs, SvgViewBox rhs)
Parameters
SvgViewBox
lhs
|
SvgViewBox
rhs
|
Returns
System.Boolean
|