Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Vidka
Components
DrawOpsCollection
C# 클래스 Vidka.Components.DrawOpsCollection
파일 보기
프로젝트 열기: miktemk/VidkaEditor
1 사용 예제들
공개 메소드들
메소드
설명
DrawOpsCollection
(
DrawOp
ops
) :
System
Paint
(
Graphics
g
,
int
w
,
int
h
) :
void
메소드 상세
DrawOpsCollection()
공개
메소드
public
DrawOpsCollection
(
DrawOp
ops
) :
System
ops
DrawOp
리턴
System
Paint()
공개
메소드
public
Paint
(
Graphics
g
,
int
w
,
int
h
) :
void
g
System.Drawing.Graphics
w
int
h
int
리턴
void