You are here: Start » AVL.NET » AVL.FillImagePreviewBuffer

AVL.FillImagePreviewBuffer

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void FillImagePreviewBuffer
(
	AvlNet.Image inImage,
	int inPreviewWidth,
	int inPreviewHeight,
	System.IntPtr inBuffer,
	int inBufferStride,
	bool inHighQualityScaling
)

Parameters

Name Type Range Default Description
inImageAvlNet.Image
inPreviewWidthint
inPreviewHeightint
inBufferSystem.IntPtr
inBufferStrideint
inHighQualityScalingbool

See also