C# Class Imazen.WebP.Extern.WebPPicture

Show file Open project: imazen/libwebp-net Class Usage Examples

Public Properties

Property Type Description
a System.IntPtr
a_stride int
argb System.IntPtr
argb_stride int
colorspace WebPEncCSP
custom_ptr System.IntPtr
error_code WebPEncodingError
extra_info System.IntPtr
extra_info_type int
height int
memory_ System.IntPtr
memory_argb_ System.IntPtr
progress_hook WebPProgressHook
stats System.IntPtr
u System.IntPtr
u0 System.IntPtr
use_argb int
user_data System.IntPtr
uv0_stride int
uv_stride int
v System.IntPtr
v0 System.IntPtr
width int
writer WebPWriterFunction
y System.IntPtr
y_stride int

Property Details

a public property

public IntPtr,System a
return System.IntPtr

a_stride public property

public int a_stride
return int

argb public property

public IntPtr,System argb
return System.IntPtr

argb_stride public property

public int argb_stride
return int

colorspace public property

public WebPEncCSP colorspace
return WebPEncCSP

custom_ptr public property

public IntPtr,System custom_ptr
return System.IntPtr

error_code public property

public WebPEncodingError error_code
return WebPEncodingError

extra_info public property

public IntPtr,System extra_info
return System.IntPtr

extra_info_type public property

public int extra_info_type
return int

height public property

public int height
return int

memory_ public property

public IntPtr,System memory_
return System.IntPtr

memory_argb_ public property

public IntPtr,System memory_argb_
return System.IntPtr

progress_hook public property

public WebPProgressHook progress_hook
return WebPProgressHook

stats public property

public IntPtr,System stats
return System.IntPtr

u public property

public IntPtr,System u
return System.IntPtr

u0 public property

public IntPtr,System u0
return System.IntPtr

use_argb public property

public int use_argb
return int

user_data public property

public IntPtr,System user_data
return System.IntPtr

uv0_stride public property

public int uv0_stride
return int

uv_stride public property

public int uv_stride
return int

v public property

public IntPtr,System v
return System.IntPtr

v0 public property

public IntPtr,System v0
return System.IntPtr

width public property

public int width
return int

writer public property

public WebPWriterFunction writer
return WebPWriterFunction

y public property

public IntPtr,System y
return System.IntPtr

y_stride public property

public int y_stride
return int