C# 클래스 VstSdk.ERect

파일 보기 프로젝트 열기: cadencii/cadencii

공개 프로퍼티들

프로퍼티 타입 설명
bottom VstInt16
left VstInt16
right VstInt16
top VstInt16

공개 메소드들

메소드 설명
ToString ( ) : String

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

bottom 공개적으로 프로퍼티

bottom coordinate
public VstInt16 bottom
리턴 VstInt16

left 공개적으로 프로퍼티

left coordinate
public VstInt16 left
리턴 VstInt16

right 공개적으로 프로퍼티

right coordinate
public VstInt16 right
리턴 VstInt16

top 공개적으로 프로퍼티

top coordinate
public VstInt16 top
리턴 VstInt16