Class: Toybox.Graphics.BufferedBitmapReference
- Inherits:
- 
    Toybox.Graphics.ResourceReference
    
Overview
Object that references the bitmap resource allocated from the graphics memory pool rather than form the app's local memory.
Instance Method Summary collapse
- 
      
      getHeight()    as Lang.Number
      
  
    Load the resource, then get the height of a bitmap resource referenced. 
- 
      
      getWidth()    as Lang.Number
      
  
    Load the resource, then get the width of a bitmap resource referenced. 
Instance Method Details
getHeight() as Lang.Number
Load the resource, then get the height of a bitmap resource referenced
getWidth() as Lang.Number
Load the resource, then get the width of a bitmap resource referenced