ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.Wic.InteropServices.ComTypes.IWICDevelopRaw Interface Reference
Inheritance diagram for ImageResizer.Plugins.Wic.InteropServices.ComTypes.IWICDevelopRaw:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.Wic.InteropServices.ComTypes.IWICDevelopRaw:
Collaboration graph
[legend]

Public Member Functions

new void GetSize (out uint puiWidth, out uint puiHeight)
 
new void GetPixelFormat (out Guid pPixelFormat)
 
new void GetResolution (out double pDpiX, out double pDpiY)
 
new void CopyPalette (IWICPalette pIPalette)
 
new void CopyPixels (WICRect prc, uint cbStride, uint cbBufferSize, [Out][MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] byte[] pbBuffer)
 
new IWICMetadataQueryReader GetMetadataQueryReader ()
 
new uint GetColorContexts (uint cCount, [In][Out][MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] IWICColorContext[] pIColorContexts)
 
new IWICBitmapSource GetThumbnail ()
 
void QueryRawCapabilitiesInfo (ref WICRawCapabilitiesInfo pInfo)
 
void LoadParameterSet (WICRawParameterSet ParameterSet)
 
IPropertyBag2 GetCurrentParameterSet ()
 
void SetExposureCompensation (double ev)
 
double GetExposureCompensation ()
 
void SetWhitePointRGB (uint Red, uint Green, uint Blue)
 
void GetWhitePointRGB (out uint pRed, out uint pGreen, out uint pBlue)
 
void SetNamedWhitePoint (WICNamedWhitePoint WhitePoint)
 
WICNamedWhitePoint GetNamedWhitePoint ()
 
void SetWhitePointKelvin (uint WhitePointKelvin)
 
uint GetWhitePointKelvin ()
 
void GetKelvinRangeInfo (out uint pMinKelvinTemp, out uint pMaxKelvinTemp, out uint pKelvinTempStepValue)
 
void SetContrast (double Contrast)
 
double GetContrast ()
 
void SetGamma (double Gamma)
 
double GetGamma ()
 
void SetSharpness (double Sharpness)
 
double GetSharpness ()
 
void SetSaturation (double Saturation)
 
double GetSaturation ()
 
void SetTint (double Tint)
 
double GetTint ()
 
void SetNoiseReduction (double NoiseReduction)
 
double GetNoiseReduction ()
 
void SetDestinationColorContext (IWICColorContext pColorContext)
 
void SetToneCurve (uint cbToneCurveSize, IntPtr pToneCurve)
 
uint GetToneCurve (uint cbToneCurveBufferSize, IntPtr pToneCurve)
 
void SetRotation (double Rotation)
 
double GetRotation ()
 
void SetRenderMode (WICRawRenderMode RenderMode)
 
WICRawRenderMode GetRenderMode ()
 
void SetNotificationCallback (IWICDevelopRawNotificationCallback pCallback)
 

Detailed Description

Definition at line 2228 of file WinCodec.cs.


The documentation for this interface was generated from the following file: