C# Class WolfEngine.Wall

Afficher le fichier Open project: emcf/WolfEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
Barycenter Vector2f
Point1 Vector2f
Point2 Vector2f
Point3 Vector2f
Point4 Vector2f
WallTexture System.Drawing.Bitmap

Méthodes publiques

Méthode Description
TransformedTexture ( ) : Bitmap
Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System

Method Details

TransformedTexture() public méthode

public TransformedTexture ( ) : Bitmap
Résultat System.Drawing.Bitmap

Wall() public méthode

public Wall ( Vector2f point1, Vector2f point3, Bitmap WallTexture ) : System
point1 Vector2f
point3 Vector2f
WallTexture System.Drawing.Bitmap
Résultat System

Property Details

Barycenter public_oe property

public Vector2f,WolfEngine Barycenter
Résultat Vector2f

Point1 public_oe property

public Vector2f,WolfEngine Point1
Résultat Vector2f

Point2 public_oe property

public Vector2f,WolfEngine Point2
Résultat Vector2f

Point3 public_oe property

public Vector2f,WolfEngine Point3
Résultat Vector2f

Point4 public_oe property

public Vector2f,WolfEngine Point4
Résultat Vector2f

WallTexture public_oe property

public Bitmap,System.Drawing WallTexture
Résultat System.Drawing.Bitmap