CompositionPropertySetTryGetMatrix4x4 Method
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public CompositionGetValueStatus TryGetMatrix4x4(
string propertyName,
out Matrix4x4 value
)
Public Function TryGetMatrix4x4 (
propertyName As String,
<OutAttribute> ByRef value As Matrix4x4
) As CompositionGetValueStatus
member TryGetMatrix4x4 :
propertyName : string *
value : Matrix4x4 byref -> CompositionGetValueStatus
- propertyName String
-
- value Matrix4x4
-
CompositionGetValueStatus