Show / Hide Table of Contents

Class User

Inheritance
System.Object
User
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class User

Methods

GetDC(IntPtr)

Declaration
public static IntPtr GetDC(IntPtr windowHandle)
Parameters
Type Name Description
System.IntPtr windowHandle
Returns
Type Description
System.IntPtr

ReleaseDC(IntPtr, IntPtr)

Declaration
public static bool ReleaseDC(IntPtr windowHandle, IntPtr deviceContext)
Parameters
Type Name Description
System.IntPtr windowHandle
System.IntPtr deviceContext
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX