共用方式為


CGEventSource 建構函式

定義

多載

CGEventSource(CGEventSourceStateID)
CGEventSource(IntPtr)
CGEventSource(IntPtr, Boolean)

CGEventSource(CGEventSourceStateID)

public CGEventSource (CoreGraphics.CGEventSourceStateID stateID);
new CoreGraphics.CGEventSource : CoreGraphics.CGEventSourceStateID -> CoreGraphics.CGEventSource

參數

適用於

CGEventSource(IntPtr)

public CGEventSource (IntPtr handle);
new CoreGraphics.CGEventSource : nativeint -> CoreGraphics.CGEventSource

參數

handle
IntPtr

nativeint

適用於

CGEventSource(IntPtr, Boolean)

public CGEventSource (IntPtr handle, bool ownsHandle);
new CoreGraphics.CGEventSource : nativeint * bool -> CoreGraphics.CGEventSource

參數

handle
IntPtr

nativeint

ownsHandle
Boolean

適用於