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

AVS.FillImagePreviewBuffer Method

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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