共用方式為


RemoteOrderDisplay.FreeVideoRegion(DeviceUnits, Int32) Method

Definition

Frees any buffer memory allocated for the specified video unit(s).

public abstract void FreeVideoRegion (Microsoft.PointOfService.DeviceUnits units, int bufferId);
abstract member FreeVideoRegion : Microsoft.PointOfService.DeviceUnits * int -> unit
Public MustOverride Sub FreeVideoRegion (units As DeviceUnits, bufferId As Integer)

Parameters

units
DeviceUnits

The units to operate on.

bufferId
Int32

Integer identifying the video buffer to free. Valid values range from 1 to the VideoSaveBuffers property for the selected unit(s).

Applies to