Class TextureRectangle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts
Assembly: Experior.Core.dll
Syntax
public class TextureRectangle : Static, IStatic, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
TextureRectangle(String, BitmapSource, Single, Single)
Declaration
public TextureRectangle(string imageName, BitmapSource image, float length, float width)
Parameters
Type | Name | Description |
---|---|---|
System.String | imageName | |
System.Windows.Media.Imaging.BitmapSource | image | |
System.Single | length | |
System.Single | width |
Properties
Length
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StaticGeometry
Declaration
public override bool StaticGeometry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
TextureId
Declaration
public override int TextureId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable