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
Показать файл Открыть проект

Открытые методы

Метод Описание
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