Interface IVectorImageSource
- Namespace
- FFImageLoading.Forms
- Assembly
- FFImageLoading.Forms.dll
public interface IVectorImageSource
Properties
ImageSource ImageSource { get; }
Property Value
- ImageSource
Dictionary<string, string> ReplaceStringMap { get; set; }
Property Value
- Dictionary<string, string>
bool UseDipUnits { get; set; }
Property Value
- bool
int VectorHeight { get; set; }
Property Value
- int
int VectorWidth { get; set; }
Property Value
- int
Methods
IVectorImageSource Clone()
Returns
- IVectorImageSource
IVectorDataResolver GetVectorDataResolver()
Returns
- IVectorDataResolver