Dlfcn.GetCGSize(IntPtr, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CGSize value exposed with the given symbol from the dynamic library.
public static CoreGraphics.CGSize GetCGSize (IntPtr handle, string symbol);
static member GetCGSize : nativeint * string -> CoreGraphics.CGSize
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.
Returns
The value from the library, or an empty CGSize on failure.
Remarks
If this routine fails to find the symbol, this will return an empty CGSize.