Class AtcBitmapContent
Inheritance
AtcBitmapContent
Assembly: MonoGame.Framework.Content.Pipeline.dll
Syntax
public abstract class AtcBitmapContent : BitmapContent
Constructors
AtcBitmapContent()
Declaration
public AtcBitmapContent()
AtcBitmapContent(Int32, Int32)
Declaration
public AtcBitmapContent(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