Table of Contents

Interface IVectorImageSource

Namespace
FFImageLoading.Forms
Assembly
FFImageLoading.Forms.dll
public interface IVectorImageSource

Properties

ImageSource

ImageSource ImageSource { get; }

Property Value

ImageSource

ReplaceStringMap

Dictionary<string, string> ReplaceStringMap { get; set; }

Property Value

Dictionary<string, string>

UseDipUnits

bool UseDipUnits { get; set; }

Property Value

bool

VectorHeight

int VectorHeight { get; set; }

Property Value

int

VectorWidth

int VectorWidth { get; set; }

Property Value

int

Methods

Clone()

IVectorImageSource Clone()

Returns

IVectorImageSource

GetVectorDataResolver()

IVectorDataResolver GetVectorDataResolver()

Returns

IVectorDataResolver