ImageCreationData ClassDelta Engine Documentation
Provides a way to create an dynamically and fill it with custom pixels. ImageView code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ImageCreationData

Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class ImageCreationData : ContentCreationData, 
	IEquatable<ContentCreationData>

The ImageCreationData type exposes the following members.

Constructors

  NameDescription
Public methodImageCreationData
Initializes a new instance of the ImageCreationData class
Top
Methods

  NameDescription
Public methodEquals
Top
Properties

  NameDescription
Public propertyAllowTiling
Public propertyBlendMode
Public propertyDisableLinearFiltering
Public propertyPixelSize
Public propertyUseMipmaps
Top
See Also