C# 클래스 LayoutFarm.Svg.Pathing.SvgPathSegLineToHorizontal

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

공개 메소드들

메소드 설명
GetAbsolutePoints ( PointF &last, PointF &p ) : void
SvgPathSegLineToHorizontal ( float x ) : System
ToString ( ) : string

메소드 상세

GetAbsolutePoints() 공개 메소드

public GetAbsolutePoints ( PointF &last, PointF &p ) : void
last PixelFarm.Drawing.PointF
p PixelFarm.Drawing.PointF
리턴 void

SvgPathSegLineToHorizontal() 공개 메소드

public SvgPathSegLineToHorizontal ( float x ) : System
x float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string