C# 클래스 SkiaSharp.SKPath.OpBuilder

상속: SKNativeObject
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
Add ( SKPath path, SKPathOp op ) : void
OpBuilder ( ) : System
Resolve ( SKPath result ) : bool

보호된 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( SKPath path, SKPathOp op ) : void
path SKPath
op SKPathOp
리턴 void

Dispose() 보호된 메소드

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

OpBuilder() 공개 메소드

public OpBuilder ( ) : System
리턴 System

Resolve() 공개 메소드

public Resolve ( SKPath result ) : bool
result SKPath
리턴 bool