WindowlessControls.PlatformBitmap.GetThumbnail C# (CSharp) Méthode

GetThumbnail() public abstract méthode

public abstract GetThumbnail ( int width, int height ) : PlatformBitmap
width int
height int
Résultat PlatformBitmap
        public abstract PlatformBitmap GetThumbnail(int width, int height);