C# 클래스 SkiaSharp.SKPathEffect

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

공개 메소드들

메소드 설명
Create1DPath ( SKPath path, float advance, float phase, SKPath1DPathEffectStyle style ) : SKPathEffect
Create2DLine ( float width, SKMatrix matrix ) : SKPathEffect
Create2DPath ( SKMatrix matrix, SKPath path ) : SKPathEffect
CreateCompose ( SKPathEffect outer, SKPathEffect inner ) : SKPathEffect
CreateCorner ( float radius ) : SKPathEffect
CreateDash ( float intervals, float phase ) : SKPathEffect
CreateDiscrete ( float segLength, float deviation, UInt32 seedAssist ) : SKPathEffect
CreateSum ( SKPathEffect first, SKPathEffect second ) : SKPathEffect

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create1DPath ( SKPath path, float advance, float phase, SkPath1DPathEffectStyle style ) : SKPathEffect
SKPathEffect ( IntPtr handle, bool owns ) : System

메소드 상세

Create1DPath() 공개 정적인 메소드

public static Create1DPath ( SKPath path, float advance, float phase, SKPath1DPathEffectStyle style ) : SKPathEffect
path SKPath
advance float
phase float
style SKPath1DPathEffectStyle
리턴 SKPathEffect

Create2DLine() 공개 정적인 메소드

public static Create2DLine ( float width, SKMatrix matrix ) : SKPathEffect
width float
matrix SKMatrix
리턴 SKPathEffect

Create2DPath() 공개 정적인 메소드

public static Create2DPath ( SKMatrix matrix, SKPath path ) : SKPathEffect
matrix SKMatrix
path SKPath
리턴 SKPathEffect

CreateCompose() 공개 정적인 메소드

public static CreateCompose ( SKPathEffect outer, SKPathEffect inner ) : SKPathEffect
outer SKPathEffect
inner SKPathEffect
리턴 SKPathEffect

CreateCorner() 공개 정적인 메소드

public static CreateCorner ( float radius ) : SKPathEffect
radius float
리턴 SKPathEffect

CreateDash() 공개 정적인 메소드

public static CreateDash ( float intervals, float phase ) : SKPathEffect
intervals float
phase float
리턴 SKPathEffect

CreateDiscrete() 공개 정적인 메소드

public static CreateDiscrete ( float segLength, float deviation, UInt32 seedAssist ) : SKPathEffect
segLength float
deviation float
seedAssist System.UInt32
리턴 SKPathEffect

CreateSum() 공개 정적인 메소드

public static CreateSum ( SKPathEffect first, SKPathEffect second ) : SKPathEffect
first SKPathEffect
second SKPathEffect
리턴 SKPathEffect

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void