This is an interface of the com.ms.directX package.
public interface IDirectDrawBitmap extends IUnknown { // Methods public void filename(String val); public int height(); public void initHeight(int val); public void initWidth(int val); public int loaded(); public int width(); }
For a description of methods and parameters, see DirectDrawBitmap.
IUnknown | +--IDirectDrawBitmap