C# 클래스 Fonet.Pdf.Gdi.GdiDeviceContent

A very lightweight wrapper around a Win32 device context
상속: IDisposable
파일 보기 프로젝트 열기: Mimeo/Fo.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GdiDeviceContent ( ) : System

Creates a new device context that matches the desktop display surface

GetCurrentObject ( GdiDcObject objectType ) : IntPtr

Gets a handle to an object of the specified type that has been selected into this device context.

SelectFont ( GdiFont font ) : IntPtr

Selects a font into a device context (DC). The new object replaces the previous object of the same type.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Delete the device context freeing the associated memory.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Delete the device context freeing the associated memory.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GdiDeviceContent() 공개 메소드

Creates a new device context that matches the desktop display surface
public GdiDeviceContent ( ) : System
리턴 System

GetCurrentObject() 공개 메소드

Gets a handle to an object of the specified type that has been selected into this device context.
public GetCurrentObject ( GdiDcObject objectType ) : IntPtr
objectType GdiDcObject
리턴 System.IntPtr

SelectFont() 공개 메소드

Selects a font into a device context (DC). The new object replaces the previous object of the same type.
public SelectFont ( GdiFont font ) : IntPtr
font GdiFont Handle to object.
리턴 System.IntPtr