C# 클래스 SkiaSharp.SKImageFilter.CropRect

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

공개 메소드들

메소드 설명
CropRect ( ) : System
CropRect ( SKRect rect, SKCropRectFlags flags = SKCropRectFlags.HasAll ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
CropRect ( IntPtr handle, bool owns ) : System

메소드 상세

CropRect() 공개 메소드

public CropRect ( ) : System
리턴 System

CropRect() 공개 메소드

public CropRect ( SKRect rect, SKCropRectFlags flags = SKCropRectFlags.HasAll ) : System
rect SKRect
flags SKCropRectFlags
리턴 System

Dispose() 보호된 메소드

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