C# Class NewTOAPIA.Drawing.GDIObject

Inheritance: System.Runtime.InteropServices.SafeHandle, IUniqueObject
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GDIObject ( IntPtr aHandle, bool ownsHandle, System.Guid uniqueID ) : System
GDIObject ( bool ownsHandle, System.Guid uniqueID ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

GDIObject() public method

public GDIObject ( IntPtr aHandle, bool ownsHandle, System.Guid uniqueID ) : System
aHandle System.IntPtr
ownsHandle bool
uniqueID System.Guid
return System

GDIObject() public method

public GDIObject ( bool ownsHandle, System.Guid uniqueID ) : System
ownsHandle bool
uniqueID System.Guid
return System

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool