Table of Contents

Interface IMultiResolutionImage

Namespace
Java.Awt.ImageNs
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IMultiResolutionImage

Properties

ResolutionVariants

List<Image> ResolutionVariants { get; }

Property Value

List<Image>

Methods

GetResolutionVariant(double, double)

Image GetResolutionVariant(double arg0, double arg1)

Parameters

arg0 double

double

arg1 double

double

Returns

Image

Image