C# 클래스 SIL.Utils.OLECvt

This helper class allows access to protected members of AxHost used to convert Image and Font objects to OLE objects
상속: System.Windows.Forms.AxHost
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ToOLEFont ( Font f ) : StdFont

convert a Font to an OLE Font object

ToOLEPic ( Image i ) : StdPicture

convert an Image to an OLE Picture object

ToOLE_IFontDisp ( Font f ) : IFontDisp

convert a Font to an OLE Font IFontDisp interface

비공개 메소드들

메소드 설명
OLECvt ( ) : System.Diagnostics.CodeAnalysis
ToOLE_IPictureDisp ( Image image ) : IPictureDisp

메소드 상세

ToOLEFont() 공개 정적인 메소드

convert a Font to an OLE Font object
public static ToOLEFont ( Font f ) : StdFont
f System.Drawing.Font
리턴 StdFont

ToOLEPic() 공개 정적인 메소드

convert an Image to an OLE Picture object
public static ToOLEPic ( Image i ) : StdPicture
i System.Drawing.Image
리턴 StdPicture

ToOLE_IFontDisp() 공개 정적인 메소드

convert a Font to an OLE Font IFontDisp interface
public static ToOLE_IFontDisp ( Font f ) : IFontDisp
f System.Drawing.Font
리턴 IFontDisp