C# Class GDICommandRecipient, NewTOAPIA

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GDICommandRecipient ( GDIGeometryRenderer, renderTo ) : System
ReceiveCommand ( EMR aRecord ) : void
ReceiveData ( byte data, int size ) : void

Method Details

GDICommandRecipient() public method

public GDICommandRecipient ( GDIGeometryRenderer, renderTo ) : System
renderTo GDIGeometryRenderer,
return System

ReceiveCommand() public method

public ReceiveCommand ( EMR aRecord ) : void
aRecord TOAPI.GDI32.EMR
return void

ReceiveData() public method

public ReceiveData ( byte data, int size ) : void
data byte
size int
return void