Table of Contents

Method GetAttribute

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

GetAttribute(string, float)

public float GetAttribute(string name, float defValue)

Parameters

name string
defValue float

Returns

float

GetAttribute(string, int)

public int GetAttribute(string name, int defValue)

Parameters

name string
defValue int

Returns

int

GetAttribute(string, double)

public double GetAttribute(string name, double defValue)

Parameters

name string
defValue double

Returns

double

GetAttribute(string, long)

public long GetAttribute(string name, long defValue)

Parameters

name string
defValue long

Returns

long