Dlfcn.SetCGSize(IntPtr, String, CGSize) Method

Definition

Gets the CGSize value exposed with the given symbol from the dynamic library.

public static void SetCGSize (IntPtr handle, string symbol, CoreGraphics.CGSize value);
static member SetCGSize : nativeint * string * CoreGraphics.CGSize -> unit

Parameters

handle
IntPtr

nativeint

Handle to the dynamic library previously opened with dlopen(String, Int32).

symbol
String

Name of the public symbol in the dynamic library to look up.

value
CGSize

The value to set.

Applies to