Back to monogame.net
Show / Hide Table of Contents

Class PvrtcRgba4BitmapContent

Inheritance
Object
ContentItem
BitmapContent
PvrtcBitmapContent
PvrtcRgba4BitmapContent
Inherited Members
PvrtcBitmapContent.GetPixelData()
PvrtcBitmapContent.SetPixelData(Byte[])
PvrtcBitmapContent.TryCopyFrom(BitmapContent, Rectangle, Rectangle)
PvrtcBitmapContent.TryCopyTo(BitmapContent, Rectangle, Rectangle)
BitmapContent.Height
BitmapContent.Width
BitmapContent.Copy(BitmapContent, BitmapContent)
BitmapContent.Copy(BitmapContent, Rectangle, BitmapContent, Rectangle)
BitmapContent.ValidateCopyArguments(BitmapContent, Rectangle, BitmapContent, Rectangle)
ContentItem.Identity
ContentItem.Name
ContentItem.OpaqueData
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline.dll
Syntax
public class PvrtcRgba4BitmapContent : PvrtcBitmapContent

Constructors

PvrtcRgba4BitmapContent(Int32, Int32)

Creates an instance of PvrtcRgba4BitBitmapContent with the specified width and height.

Declaration
public PvrtcRgba4BitmapContent(int width, int height)
Parameters
Type Name Description
Int32 width

The width in pixels of the bitmap.

Int32 height

The height in pixels of the bitmap.

Methods

ToString()

Returns a string description of the bitmap.

Declaration
public override string ToString()
Returns
Type Description
String

Description of the bitmap.

Overrides
BitmapContent.ToString()

TryGetFormat(out SurfaceFormat)

Gets the corresponding GPU texture format for the specified bitmap type.

Declaration
public override bool TryGetFormat(out SurfaceFormat format)
Parameters
Type Name Description
SurfaceFormat format

Format being retrieved.

Returns
Type Description
Boolean

The GPU texture format of the bitmap type.

Overrides
BitmapContent.TryGetFormat(out SurfaceFormat)
In This Article
Back to top

© 2012 Microsoft Corporation. All rights reserved.

© The MonoGame Team.