C# 클래스 SharpVectors.Dom.Svg.SvgRect

Rectangles are defined as consisting of a (x,y) coordinate pair identifying a minimum X value, a minimum Y value, and a width and height, which are usually constrained to be non-negative.
상속: ISvgRect
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty SvgRect

공개 메소드들

메소드 설명
SvgRect ( RectangleF rect ) : System
SvgRect ( double x, double y, double width, double height ) : System
SvgRect ( string str ) : System
ToRectangleF ( ) : RectangleF
ToString ( ) : string

메소드 상세

SvgRect() 공개 메소드

public SvgRect ( RectangleF rect ) : System
rect System.Drawing.RectangleF
리턴 System

SvgRect() 공개 메소드

public SvgRect ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
리턴 System

SvgRect() 공개 메소드

public SvgRect ( string str ) : System
str string
리턴 System

ToRectangleF() 공개 메소드

public ToRectangleF ( ) : RectangleF
리턴 System.Drawing.RectangleF

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static SvgRect,SharpVectors.Dom.Svg Empty
리턴 SvgRect