C# 클래스 Nomad.Logic.PaintBrush

파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 메소드들

메소드 설명
Create ( bool circle, float radius, float hardness, float opacity, float distortion ) : PaintBrush
Destroy ( ) : void
PaintBrush ( IntPtr ptr ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( bool circle, float radius, float hardness, float opacity, float distortion ) : PaintBrush
circle bool
radius float
hardness float
opacity float
distortion float
리턴 PaintBrush

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

PaintBrush() 공개 메소드

public PaintBrush ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System