C# 클래스 SkiaSharp.SKPoint3

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty SKPoint3

공개 메소드들

메소드 설명
Add ( SKPoint3 pt, SKPoint3 sz ) : SKPoint3
Equals ( object obj ) : bool
GetHashCode ( ) : int
SKPoint3 ( float x, float y, float z ) : System
Subtract ( SKPoint3 pt, SKPoint3 sz ) : SKPoint3
ToString ( ) : string
operator ( ) : SKPoint3
operator ( ) : bool

메소드 상세

Add() 공개 정적인 메소드

public static Add ( SKPoint3 pt, SKPoint3 sz ) : SKPoint3
pt SKPoint3
sz SKPoint3
리턴 SKPoint3

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SKPoint3() 공개 메소드

public SKPoint3 ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

Subtract() 공개 정적인 메소드

public static Subtract ( SKPoint3 pt, SKPoint3 sz ) : SKPoint3
pt SKPoint3
sz SKPoint3
리턴 SKPoint3

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : SKPoint3
리턴 SKPoint3

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

public static SKPoint3,SkiaSharp Empty
리턴 SKPoint3