Struct SvgPoint
Inherited Members
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
Constructors
|
Improve this Doc
View Source
SvgPoint(SvgUnit, SvgUnit)
Declaration
public SvgPoint(SvgUnit x, SvgUnit y)
Parameters
|
Improve this Doc
View Source
SvgPoint(String, String)
Declaration
public SvgPoint(string x, string y)
Parameters
| Type |
Name |
Description |
| System.String |
x |
|
| System.String |
y |
|
Properties
|
Improve this Doc
View Source
X
Declaration
public SvgUnit X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public SvgUnit Y { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
IsEmpty()
Declaration
Returns
|
Improve this Doc
View Source
ToDeviceValue(ISvgRenderer, SvgElement)
Declaration
public PointF ToDeviceValue(ISvgRenderer renderer, SvgElement owner)
Parameters
Returns