次の方法で共有


Dlfcn.SetCGSize(IntPtr, String, CGSize) メソッド

定義

CGSize動的ライブラリから、指定されたシンボルで公開される値を取得します。

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

パラメーター

handle
IntPtr

nativeint

で以前に開いた動的ライブラリを dlopen(String, Int32)処理します。

symbol
String

参照する動的ライブラリ内のパブリック シンボルの名前。

value
CGSize

設定する値。

適用対象