RemoteOrderDisplay.FreeVideoRegion(DeviceUnits, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).