Method GetAnchor
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.Native.dll
GetAnchor(string, out string)
Gets the node name from an anchor.
public bool GetAnchor(string anchorName, out string nodeName)Parameters
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaContext.MaaContextGetAnchor(System.IntPtr,System.String,System.IntPtr).