ColorTranslator 클래스

정의

색을 GDI+ Color 구조체로 변환하거나 구조체에서 변환합니다. 이 클래스는 상속될 수 없습니다.

public ref class ColorTranslator abstract sealed
public ref class ColorTranslator sealed
public static class ColorTranslator
public sealed class ColorTranslator
type ColorTranslator = class
Public Class ColorTranslator
Public NotInheritable Class ColorTranslator
상속
ColorTranslator

메서드

FromHtml(String)

HTML 색 표현을 GDI+ Color 구조체로 변환합니다.

FromOle(Int32)

OLE 색상 값을 GDI+ Color 구조체로 변환합니다.

FromWin32(Int32)

Windows 색상 값을 GDI+ Color 구조체로 변환합니다.

ToHtml(Color)

지정된 Color 구조체를 HTML 문자열 색 표현으로 변환합니다.

ToOle(Color)

지정된 Color 구조체를 OLE 색으로 변환합니다.

ToWin32(Color)

지정된 Color 구조체를 Windows 색으로 변환합니다.

적용 대상