C# Класс XCom.GraphicsControl

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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