C# 클래스 ModelViewer.Renderer.DeviceContext9

Provides creation and management functionality for a Direct3D9 rendering device and related objects.
상속: IDisposable
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of object resources.

보호된 메소드들

메소드 설명
Dispose ( bool disposeManagedResources ) : void

Disposes of object resources.

비공개 메소드들

메소드 설명
DeviceContext9 ( IntPtr handle, DeviceSettings9 settings ) : System

Initializes a new instance of the DeviceContext9 class.

메소드 상세

Dispose() 공개 메소드

Disposes of object resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes of object resources.
protected Dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool If true, managed resources should be /// disposed of in addition to unmanaged resources.
리턴 void