GraphicsPath::GraphicsPath(constGraphicsPath&) 메서드(gdipluspath.h)
이 항목에서는 GraphicsPath 클래스의 생성자를 나열합니다. 전체 클래스 목록은 GraphicsPath 클래스를 참조하세요.
오버로드 목록
생성자 | Description |
---|---|
GraphicsPath(FillMode) | GraphicsPath::GraphicsPath 개체를 만들고 채우기 모드를 초기화합니다. 이것이 기본 생성자입니다. |
GraphicsPath(Point*,BYTE*,INT,FillMode) | 점 배열, 형식 배열 및 채우기 모드를 기반으로 GraphicsPath::GraphicsPath 개체를 만듭니다. |
GraphicsPath(PointF*,BYTE*,INT,FillMode) | 점 배열, 형식 배열 및 채우기 모드를 기반으로 GraphicsPath::GraphicsPath 개체를 만듭니다. |
구문
void GraphicsPath(
const GraphicsPath & path
);
매개 변수
path
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | gdipluspath.h |