SizeRequest Struct

Definition

Struct that defines minimum and maximum Sizes.

[System.Diagnostics.DebuggerDisplay("Request={Request.Width}x{Request.Height}, Minimum={Minimum.Width}x{Minimum.Height}")]
public struct SizeRequest
type SizeRequest = struct
Inheritance
SizeRequest
Attributes

Constructors

SizeRequest(Size)

Creates a new SizeRequest with the specified request size.

SizeRequest(Size, Size)

Creates a new SizeRequest object that requests at least the size minimum, but preferably the size request.

Properties

Minimum

The minimum acceptable size.

Request

The requested size.

Methods

ToString()

Returns a string representation of the size request.

Applies to