Table of Contents

Class SpritePlacementConfig

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public sealed class SpritePlacementConfig
Inheritance
SpritePlacementConfig
Inherited Members
Extension Methods

Properties

AnchorX

public float AnchorX { get; init; }

Property Value

float

AnchorY

public float AnchorY { get; init; }

Property Value

float

HeightUnits

public float HeightUnits { get; init; }

Property Value

float

OffsetXUnits

public float OffsetXUnits { get; init; }

Property Value

float

OffsetYUnits

public float OffsetYUnits { get; init; }

Property Value

float

UnitsPerPixel

public float UnitsPerPixel { get; init; }

Property Value

float

WidthUnits

public float WidthUnits { get; init; }

Property Value

float