C# Class ADL.ManualRenderer

Afficher le fichier Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Private Properties

Свойство Type Description
ManualRenderer System
getInvalidateClbck invalidate_clbck_t
invalidateClbck void
stop void
stopRHandler void

Méthodes publiques

Méthode Description
draw ( DrawRequest r ) : void

Private Methods

Méthode Description
ManualRenderer ( IntPtr platformHandle, PreDisposeHandlerDelegate preDisposeDelegate ) : System
getInvalidateClbck ( ) : invalidate_clbck_t

invalidateClbck ( IntPtr opaque ) : void

stop ( bool runPreDisposeDelegate = true ) : void

stopRHandler ( IntPtr opaque, ADLError &error ) : void

Method Details

draw() public méthode

public draw ( DrawRequest r ) : void
r DrawRequest
Résultat void