Path.AddPath 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddPath(Path) |
경로에 src 복사본 추가 |
AddPath(Path, Matrix) |
경로에 src 복사본을 추가하고 행렬로 변환합니다. |
AddPath(Path, Single, Single) |
경로에 src 복사본 추가, 오프셋 기준(dx,dy) |
AddPath(Path)
경로에 src 복사본 추가
[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;)V", "GetAddPath_Landroid_graphics_Path_Handler")]
public virtual void AddPath (Android.Graphics.Path src);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;)V", "GetAddPath_Landroid_graphics_Path_Handler")>]
abstract member AddPath : Android.Graphics.Path -> unit
override this.AddPath : Android.Graphics.Path -> unit
매개 변수
- src
- Path
현재 경로에 추가되는 경로입니다.
- 특성
설명
경로에 src 복사본 추가
에 대한 android.graphics.Path.addPath(android.graphics.Path)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
AddPath(Path, Matrix)
경로에 src 복사본을 추가하고 행렬로 변환합니다.
[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;Landroid/graphics/Matrix;)V", "GetAddPath_Landroid_graphics_Path_Landroid_graphics_Matrix_Handler")]
public virtual void AddPath (Android.Graphics.Path src, Android.Graphics.Matrix matrix);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;Landroid/graphics/Matrix;)V", "GetAddPath_Landroid_graphics_Path_Landroid_graphics_Matrix_Handler")>]
abstract member AddPath : Android.Graphics.Path * Android.Graphics.Matrix -> unit
override this.AddPath : Android.Graphics.Path * Android.Graphics.Matrix -> unit
매개 변수
- src
- Path
새 윤곽선으로 추가할 경로입니다.
- matrix
- Matrix
- 특성
설명
경로에 src 복사본을 추가하고 행렬로 변환합니다.
에 대한 android.graphics.Path.addPath(android.graphics.Path, android.graphics.Matrix)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
AddPath(Path, Single, Single)
경로에 src 복사본 추가, 오프셋 기준(dx,dy)
[Android.Runtime.Register("addPath", "(Landroid/graphics/Path;FF)V", "GetAddPath_Landroid_graphics_Path_FFHandler")]
public virtual void AddPath (Android.Graphics.Path src, float dx, float dy);
[<Android.Runtime.Register("addPath", "(Landroid/graphics/Path;FF)V", "GetAddPath_Landroid_graphics_Path_FFHandler")>]
abstract member AddPath : Android.Graphics.Path * single * single -> unit
override this.AddPath : Android.Graphics.Path * single * single -> unit
매개 변수
- src
- Path
새 윤곽선으로 추가할 경로입니다.
- dx
- Single
X에서 경로를 추가할 때 변환할 크기입니다.
- dy
- Single
- 특성
설명
경로에 src 복사본 추가, 오프셋 기준(dx,dy)
에 대한 android.graphics.Path.addPath(android.graphics.Path, float, float)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.