Base interface for classes that exhibit a begin/end semantic.
interface
|
IBeginEnd
|
base of
|
BeginEnd
|
||
Context
|
|||||
DatasetCollection
|
|||||
Graphics
|
|||||
IBeginEndSync
|
|||||
IBeginEndWrite
|
|||||
IGraphicsContext
|
|||||
IShaderTechnique
|
|||||
IVertexUpdater
|
|||||
ModelRenderer
|
|||||
Renderer
|
|||||
VertexBufferCache
|
Begins an access to this object.
method
|
Begin
()
|
Remarks:
See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.
See also:
BeginEndEnds the current access to this object.
method
|
End
()
|
Remarks:
See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.
See also:
BeginEnd