WindowlessControls.PlatformBitmap.GetThumbnail C# (CSharp) Method

GetThumbnail() public abstract method

public abstract GetThumbnail ( int width, int height ) : PlatformBitmap
width int
height int
return PlatformBitmap
        public abstract PlatformBitmap GetThumbnail(int width, int height);