Table of Contents

Class ImageEx

Namespace
H.Extensions.Common
Assembly
H.Extensions.Common.dll
public class ImageEx
Inheritance
ImageEx
Inherited Members
Extension Methods

Constructors

ImageEx(string)

public ImageEx(string fullPath)

Parameters

fullPath string

Properties

FullPath

public string FullPath { get; }

Property Value

string

Methods

ClearCache()

public void ClearCache()

GetImagePixel()

public Tuple<int, int> GetImagePixel()

Returns

Tuple<int, int>

GetImageSource(int, int, bool)

public ImageSource GetImageSource(int decodePixelWidth = 0, int decodePixelHeight = 0, bool useCache = true)

Parameters

decodePixelWidth int
decodePixelHeight int
useCache bool

Returns

ImageSource