Beispiel #1
0
            public void Render(int select_first, int select_last)
            {
                int res0 = NativeScript.ScriptStringOut
                               (ssa_struct_ptr,
                               ReferensePoint.X,
                               ReferensePoint.Y,
                               GDI_ExtTextOutOption.None,
                               IntPtr.Zero,
                               select_first,
                               select_last,
                               false);

                if (res0 != NativeScript.S_OK)
                {
                    Marshal.ThrowExceptionForHR(res0);
                }
            }