System::Drawing::Drawing2D::CustomLineCap::CustomLineCap 생성자

CustomLineCap::CustomLineCap constructor

지정된 속성을 가진 사용자 정의 라인 캡을 나타내는 CustomLineCap 클래스의 새 인스턴스를 생성합니다.

System::Drawing::Drawing2D::CustomLineCap::CustomLineCap(const SharedPtr<GraphicsPath> &fillPath, const SharedPtr<GraphicsPath> &strokePath, LineCap baseCap=LineCap::Flat, float baseInset=0)
매개변수형식설명
fillPathconst SharedPtr<GraphicsPath>&사용자 정의 캡에 대한 채우기를 지정합니다.
strokePathconst SharedPtr<GraphicsPath>&사용자 정의 캡의 외곽선을 지정합니다.
baseCapLineCap사용자 정의 캡이 생성되는 기본 라인 캡
baseInsetfloat선과 캡 사이의 거리를 지정합니다.

또 보기