C# 클래스 XCom.GraphicsControl

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
graphicsDevice Device
surfacePrimary Surface
surfaceSecondary Surface
target System.Windows.Forms.Form

공개 메소드들

메소드 설명
CreateSurfaces ( ) : void

This method creates the primary and secondary surfaces

Flip ( ) : void

This method flips the secondary surface to the primary one, thus drawing its content to the screen.

GetInstance ( ) : GraphicsControl
Init ( Form RenderControl ) : GraphicsControl

비공개 메소드들

메소드 설명
GraphicsControl ( Form RenderControl ) : System

Constructor. Initializes DirectDraw Device and surfaces.

메소드 상세

CreateSurfaces() 공개 메소드

This method creates the primary and secondary surfaces
public CreateSurfaces ( ) : void
리턴 void

Flip() 공개 메소드

This method flips the secondary surface to the primary one, thus drawing its content to the screen.
public Flip ( ) : void
리턴 void

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GraphicsControl
리턴 GraphicsControl

Init() 공개 정적인 메소드

public static Init ( Form RenderControl ) : GraphicsControl
RenderControl System.Windows.Forms.Form
리턴 GraphicsControl

프로퍼티 상세

graphicsDevice 보호되어 있는 프로퍼티

protected Device graphicsDevice
리턴 Device

surfacePrimary 보호되어 있는 프로퍼티

protected Surface surfacePrimary
리턴 Surface

surfaceSecondary 보호되어 있는 프로퍼티

protected Surface surfaceSecondary
리턴 Surface

target 보호되어 있는 프로퍼티

protected Form,System.Windows.Forms target
리턴 System.Windows.Forms.Form