Click or drag to resize

AccessQueryGraphicsParameterT Constructor (AccessConstraint, T, T, T)

Initializes a new instance with the specified parameters.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryGraphicsParameter(
	AccessConstraint constraint,
	T accessExists,
	T accessUnknown,
	T noAccess
)

Parameters

constraint
Type: AGI.Foundation.AccessAccessConstraint
The constraint to evaluate.
accessExists
Type: T
The value to return if access exists.
accessUnknown
Type: T
The value to return if access is unknown.
noAccess
Type: T
The value to return if there is no access.
See Also