Table of Contents

Struct PlatformGraphicsExternalImageProperties

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
public struct PlatformGraphicsExternalImageProperties : IEquatable<PlatformGraphicsExternalImageProperties>
Implements
Inherited Members

Properties

Format

public PlatformGraphicsExternalImageFormat Format { readonly get; set; }

Property Value

PlatformGraphicsExternalImageFormat

Height

public int Height { readonly get; set; }

Property Value

int

MemoryOffset

public ulong MemoryOffset { readonly get; set; }

Property Value

ulong

MemorySize

public ulong MemorySize { readonly get; set; }

Property Value

ulong

TopLeftOrigin

public bool TopLeftOrigin { readonly get; set; }

Property Value

bool

Width

public int Width { readonly get; set; }

Property Value

int

Methods

Equals(PlatformGraphicsExternalImageProperties)

public readonly bool Equals(PlatformGraphicsExternalImageProperties other)

Parameters

other PlatformGraphicsExternalImageProperties

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int

ToString()

public override readonly string ToString()

Returns

string

Operators

operator ==(PlatformGraphicsExternalImageProperties, PlatformGraphicsExternalImageProperties)

public static bool operator ==(PlatformGraphicsExternalImageProperties left, PlatformGraphicsExternalImageProperties right)

Parameters

left PlatformGraphicsExternalImageProperties
right PlatformGraphicsExternalImageProperties

Returns

bool

operator !=(PlatformGraphicsExternalImageProperties, PlatformGraphicsExternalImageProperties)

public static bool operator !=(PlatformGraphicsExternalImageProperties left, PlatformGraphicsExternalImageProperties right)

Parameters

left PlatformGraphicsExternalImageProperties
right PlatformGraphicsExternalImageProperties

Returns

bool