C# Class FC3Editor.Nomad.PaintBrush

Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
Create ( bool circle, float radius, float hardness, float opacity, float distortion ) : PaintBrush
Destroy ( ) : void
PaintBrush ( IntPtr ptr ) : System

Method Details

Create() public static méthode

public static Create ( bool circle, float radius, float hardness, float opacity, float distortion ) : PaintBrush
circle bool
radius float
hardness float
opacity float
distortion float
Résultat PaintBrush

Destroy() public méthode

public Destroy ( ) : void
Résultat void

PaintBrush() public méthode

public PaintBrush ( IntPtr ptr ) : System
ptr System.IntPtr
Résultat System