C# 클래스 Emgu.CV.Structure.MCvFont

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ascii System.IntPtr
color MCvScalar
cyrillic System.IntPtr
dx float
fontName System.IntPtr
font_face CvEnum.FONT
greek System.IntPtr
hscale float
line_type int
shear float
thickness int
vscale float

공개 메소드들

메소드 설명
GetTextSize ( string text, int baseline ) : System.Drawing.Size

Calculates the binding rectangle for the given text string when the font is used

MCvFont ( CvEnum type, double hscale, double vscale ) : System

Create a Font of the specific type, horizontal scale and vertical scale

메소드 상세

GetTextSize() 공개 메소드

Calculates the binding rectangle for the given text string when the font is used
public GetTextSize ( string text, int baseline ) : System.Drawing.Size
text string Input string
baseline int y-coordinate of the baseline relatively to the bottom-most text point
리턴 System.Drawing.Size

MCvFont() 공개 메소드

Create a Font of the specific type, horizontal scale and vertical scale
public MCvFont ( CvEnum type, double hscale, double vscale ) : System
type CvEnum The type of the font
hscale double The horizontal scale of the font
vscale double the vertical scale of the fonr
리턴 System

프로퍼티 상세

ascii 공개적으로 프로퍼티

font data and metrics
public IntPtr,System ascii
리턴 System.IntPtr

color 공개적으로 프로퍼티

For QT
public MCvScalar color
리턴 MCvScalar

cyrillic 공개적으로 프로퍼티

public IntPtr,System cyrillic
리턴 System.IntPtr

dx 공개적으로 프로퍼티

horizontal interval between letters
public float dx
리턴 float

fontName 공개적으로 프로퍼티

For QT
public IntPtr,System fontName
리턴 System.IntPtr

font_face 공개적으로 프로퍼티

Font type
public CvEnum.FONT font_face
리턴 CvEnum.FONT

greek 공개적으로 프로퍼티

public IntPtr,System greek
리턴 System.IntPtr

hscale 공개적으로 프로퍼티

hscale
public float hscale
리턴 float

line_type 공개적으로 프로퍼티

type of line
public int line_type
리턴 int

shear 공개적으로 프로퍼티

slope coefficient: 0 - normal, >0 - italic
public float shear
리턴 float

thickness 공개적으로 프로퍼티

letters thickness
public int thickness
리턴 int

vscale 공개적으로 프로퍼티

vscale
public float vscale
리턴 float