Vixen
dd8b0a81
csharp
public readonly record struct ImageViewRequest

What an ImageView is asking to be shown.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A record rather than two loose arguments so a host can key a cache of prepared images on it and compare with ==.

Fields and properties (2)

Methods (1)

Used by (2)

  • ImageViewVixen.Ui.Controls.Advanced
  • ImageViewTestsVixen.Ui.Controls.Advanced.Tests