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