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.
|
System.
|
System.
|
System.
|
Fields
Empty
Properties
Height
Declaration
public float Height { get; set; }
Property Value
System.
|
MinX
Declaration
public float MinX { get; set; }
Property Value
System.
|
MinY
Declaration
public float MinY { get; set; }
Property Value
System.
|
Width
Declaration
public float Width { get; set; }
Property Value
System.
|
Methods
AddViewBoxTransform(SvgAspectRatio, ISvgRenderer, SvgFragment)
Declaration
public void AddViewBoxTransform(SvgAspectRatio aspectRatio, ISvgRenderer renderer, SvgFragment frag)
Parameters
Svg
|
ISvg
|
Svg
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.ValueType.Equals(System.Object)
Equals(SvgViewBox)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(SvgViewBox, SvgViewBox)
Declaration
public static bool operator ==(SvgViewBox lhs, SvgViewBox rhs)
Parameters
Svg
|
Svg
|
Returns
System.
|
Implicit(RectangleF to SvgViewBox)
Declaration
public static implicit operator SvgViewBox(RectangleF value)
Parameters
System.
|
Returns
Implicit(SvgViewBox to RectangleF)
Declaration
public static implicit operator RectangleF(SvgViewBox value)
Parameters
Svg
|
Returns
System.
|
Inequality(SvgViewBox, SvgViewBox)
Declaration
public static bool operator !=(SvgViewBox lhs, SvgViewBox rhs)
Parameters
Svg
|
Svg
|
Returns
System.
|