Example #1
0
 public void getTextureSize(ref int width, ref int height)
 {
     FrameApi.GetImageResolution(GetFramePtr(), ref width, ref height);
 }