C# 클래스 NewTOAPIA.Drawing.GDIObject

상속: System.Runtime.InteropServices.SafeHandle, IUniqueObject
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GDIObject ( IntPtr aHandle, bool ownsHandle, System.Guid uniqueID ) : System
GDIObject ( bool ownsHandle, System.Guid uniqueID ) : System

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

메소드 상세

GDIObject() 공개 메소드

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

GDIObject() 공개 메소드

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

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool