Class DxtBitmapContent
Inheritance
DxtBitmapContent
Assembly: MonoGame.Framework.Content.Pipeline.dll
Syntax
public abstract class DxtBitmapContent : BitmapContent
Constructors
DxtBitmapContent(Int32)
Declaration
protected DxtBitmapContent(int blockSize)
Parameters
Type |
Name |
Description |
Int32 |
blockSize |
|
DxtBitmapContent(Int32, Int32, Int32)
Declaration
protected DxtBitmapContent(int blockSize, int width, int height)
Parameters
Methods
GetPixelData()
Declaration
public override byte[] GetPixelData()
Returns
Overrides
SetPixelData(Byte[])
Declaration
public override void SetPixelData(byte[] sourceData)
Parameters
Type |
Name |
Description |
Byte[] |
sourceData |
|
Overrides
TryCopyFrom(BitmapContent, Rectangle, Rectangle)
Declaration
protected override bool TryCopyFrom(BitmapContent sourceBitmap, Rectangle sourceRegion, Rectangle destinationRegion)
Parameters
Returns
Overrides
TryCopyTo(BitmapContent, Rectangle, Rectangle)
Declaration
protected override bool TryCopyTo(BitmapContent destinationBitmap, Rectangle sourceRegion, Rectangle destinationRegion)
Parameters
Returns
Overrides