C# 클래스 Quelea.AbstractEnvironmentComponent

상속: AbstractComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

보호된 메소드들

메소드 설명
AbstractEnvironmentComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AxisAlignedBoxEnvironmentComponent class.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

메소드 상세

AbstractEnvironmentComponent() 보호된 메소드

Initializes a new instance of the AxisAlignedBoxEnvironmentComponent class.
protected AbstractEnvironmentComponent ( string name, string nickname, string description, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
icon System.Drawing.Bitmap
componentGuid string
리턴 System.Drawing

RegisterOutputParams() 보호된 메소드

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
리턴 void