コード例 #1
0
ファイル: Import.cs プロジェクト: lleibman/rhinocommon
 internal static extern uint CRhinoGetXform_GetXform(IntPtr ptr, Rhino.Input.Custom.GetPoint.MouseCallback mouseCB,
                                                     Rhino.Input.Custom.GetPoint.DrawCallback drawCB,
                                                     Rhino.Display.DisplayPipeline.ConduitCallback postDrawCB,
                                                     Rhino.Input.Custom.GetTransform.CalculateXformCallack calcXformCB);
コード例 #2
0
ファイル: Import.cs プロジェクト: lleibman/rhinocommon
 internal static extern uint CRhinoGetPoint_GetPoint(IntPtr ptr,
                                                     [MarshalAs(UnmanagedType.U1)] bool onMouseUp,
                                                     Rhino.Input.Custom.GetPoint.MouseCallback mouseCB,
                                                     Rhino.Input.Custom.GetPoint.DrawCallback drawCB,
                                                     Rhino.Display.DisplayPipeline.ConduitCallback postDrawCB,
                                                     Rhino.Input.Custom.GetTransform.CalculateXformCallack calcXformCB);