C# 클래스 OpenTK.Platform.MacOS.Carbon.CF

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

비공개 메소드들

메소드 설명
CFArrayGetCount ( IntPtr theArray ) : int
CFArrayGetValueAtIndex ( IntPtr theArray, int idx ) : IntPtr
CFDictionaryGetCount ( IntPtr theDictionary ) : int
CFDictionaryGetValue ( IntPtr theDictionary, IntPtr theKey ) : IntPtr
CFNumberGetValue ( IntPtr number, CFNumberType theType, double valuePtr ) : bool
CFNumberGetValue ( IntPtr number, CFNumberType theType, int valuePtr ) : bool
CFSTR ( string cStr ) : IntPtr
__CFStringMakeConstantString ( string cStr ) : IntPtr