C# Class SkiaSharp.SKBitmap.SKBitmapReleaseDelegateContext

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
Context object
Release SKBitmapReleaseDelegate

Public Methods

Method Description
Free ( IntPtr ptr ) : void
SKBitmapReleaseDelegateContext ( SKBitmapReleaseDelegate releaseProc, object context ) : System
Unwrap ( IntPtr ptr ) : SKBitmapReleaseDelegateContext
Wrap ( ) : IntPtr

Method Details

Free() public static method

public static Free ( IntPtr ptr ) : void
ptr System.IntPtr
return void

SKBitmapReleaseDelegateContext() public method

public SKBitmapReleaseDelegateContext ( SKBitmapReleaseDelegate releaseProc, object context ) : System
releaseProc SKBitmapReleaseDelegate
context object
return System

Unwrap() public static method

public static Unwrap ( IntPtr ptr ) : SKBitmapReleaseDelegateContext
ptr System.IntPtr
return SKBitmapReleaseDelegateContext

Wrap() public method

public Wrap ( ) : IntPtr
return System.IntPtr

Property Details

Context public property

public object Context
return object

Release public property

public SKBitmapReleaseDelegate Release
return SKBitmapReleaseDelegate