This method of the Direct3dRMTexture Class retrieves the size of the decal.
public void getDecalSize(float[] w, float[] h);
w | The addresses of variables that will be filled with the width of the decal when the method returns. |
h | The addresses of variables that will be filled with the height of the decal when the method returns. |