Class ImageSurface  
  
  
    - Namespace
 - Cairo.Internal
 
  - Assembly
 - cairo-1.0.dll
 
   
  
  
  
    public class ImageSurface
   
  
    - Inheritance
 
    - 
      
      
ImageSurface
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  Methods
  
  
  
  
  
    public static extern SurfaceOwnedHandle Create(Format format, int width, int height)
   
  Parameters
  
    format Format 
    
    width int 
    
    height int 
    
  
  Returns
  
    - SurfaceOwnedHandle
 
    
  
  
  
  GetData(SurfaceHandle)
  
  
  
  
  
    public static extern nint GetData(SurfaceHandle handle)
   
  Parameters
  
    handle SurfaceHandle 
    
  
  Returns
  
    - nint
 
    
  
  
  
  
  
  
    public static extern Format GetFormat(SurfaceHandle handle)
   
  Parameters
  
    handle SurfaceHandle 
    
  
  Returns
  
    - Format
 
    
  
  
  
  GetHeight(SurfaceHandle)
  
  
  
  
  
    public static extern int GetHeight(SurfaceHandle handle)
   
  Parameters
  
    handle SurfaceHandle 
    
  
  Returns
  
    - int
 
    
  
  
  
  GetStride(SurfaceHandle)
  
  
  
  
  
    public static extern int GetStride(SurfaceHandle handle)
   
  Parameters
  
    handle SurfaceHandle 
    
  
  Returns
  
    - int
 
    
  
  
  
  GetWidth(SurfaceHandle)
  
  
  
  
  
    public static extern int GetWidth(SurfaceHandle handle)
   
  Parameters
  
    handle SurfaceHandle 
    
  
  Returns
  
    - int