C# Class NewTOAPIA.Drawing.GDI.GDIObject

Inheritance: System.Runtime.InteropServices.SafeHandle, IUniqueObject
Datei anzeigen Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GDIObject ( IntPtr aHandle, bool ownsHandle, System.Guid uniqueID ) : System
GDIObject ( bool ownsHandle, System.Guid uniqueID ) : System
MakeGDIObjectHandle ( uint top, bool stock, uint objtype, uint index ) : int

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

MakeGDIObjectHandle() public static method

public static MakeGDIObjectHandle ( uint top, bool stock, uint objtype, uint index ) : int
top uint
stock bool
objtype uint
index uint
return int

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool