C# Class Imazen.WebP.Extern.WebPPicture

Exibir arquivo 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_oe property

public IntPtr,System a
return System.IntPtr

a_stride public_oe property

public int a_stride
return int

argb public_oe property

public IntPtr,System argb
return System.IntPtr

argb_stride public_oe property

public int argb_stride
return int

colorspace public_oe property

public WebPEncCSP colorspace
return WebPEncCSP

custom_ptr public_oe property

public IntPtr,System custom_ptr
return System.IntPtr

error_code public_oe property

public WebPEncodingError error_code
return WebPEncodingError

extra_info public_oe property

public IntPtr,System extra_info
return System.IntPtr

extra_info_type public_oe property

public int extra_info_type
return int

height public_oe property

public int height
return int

memory_ public_oe property

public IntPtr,System memory_
return System.IntPtr

memory_argb_ public_oe property

public IntPtr,System memory_argb_
return System.IntPtr

progress_hook public_oe property

public WebPProgressHook progress_hook
return WebPProgressHook

stats public_oe property

public IntPtr,System stats
return System.IntPtr

u public_oe property

public IntPtr,System u
return System.IntPtr

u0 public_oe property

public IntPtr,System u0
return System.IntPtr

use_argb public_oe property

public int use_argb
return int

user_data public_oe property

public IntPtr,System user_data
return System.IntPtr

uv0_stride public_oe property

public int uv0_stride
return int

uv_stride public_oe property

public int uv_stride
return int

v public_oe property

public IntPtr,System v
return System.IntPtr

v0 public_oe property

public IntPtr,System v0
return System.IntPtr

width public_oe property

public int width
return int

writer public_oe property

public WebPWriterFunction writer
return WebPWriterFunction

y public_oe property

public IntPtr,System y
return System.IntPtr

y_stride public_oe property

public int y_stride
return int