public readonly struct ImmutableExperimentalAcrylicMaterial : IExperimentalAcrylicMaterial,
IEquatable<ImmutableExperimentalAcrylicMaterial>Public Structure ImmutableExperimentalAcrylicMaterial
Implements IExperimentalAcrylicMaterial, IEquatable(Of ImmutableExperimentalAcrylicMaterial)[<SealedAttribute>]
type ImmutableExperimentalAcrylicMaterial =
struct
inherit ValueType
interface IExperimentalAcrylicMaterial
interface IEquatable<ImmutableExperimentalAcrylicMaterial>
end| Equals(ImmutableExperimentalAcrylicMaterial) | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| GetEffectiveTintColor | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Equality(ImmutableExperimentalAcrylicMaterial, ImmutableExperimentalAcrylicMaterial) | |
| Inequality(ImmutableExperimentalAcrylicMaterial, ImmutableExperimentalAcrylicMaterial) |
| ToImmutable |
Converts a brush to an immutable brush.
(Defined by MaterialExtensions) |