Interface IMultiResolutionImage
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/image/MultiResolutionImage.html
public interface IMultiResolutionImage
Properties
ResolutionVariants
List<Image> ResolutionVariants { get; }
Property Value
Methods
GetResolutionVariant(double, double)
Image GetResolutionVariant(double arg0, double arg1)