CustomLineCap.CustomLineCap

CustomLineCap(GraphicsPath, GraphicsPath)

의 새 인스턴스를 초기화합니다.CustomLineCap 지정된 외곽선이 있는 클래스와 채우기.

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath)
모수유형설명
fillPathGraphicsPathGraphicsPath 사용자 정의 캡의 채우기를 정의하는 개체입니다.
strokePathGraphicsPathGraphicsPath 사용자 정의 캡의 윤곽선을 정의하는 개체입니다.

또한보십시오


CustomLineCap(GraphicsPath, GraphicsPath, LineCap)

의 새 인스턴스를 초기화합니다.CustomLineCap 지정된 기존의 클래스LineCap 지정된 개요 및 채우기로 열거.

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap)
모수유형설명
fillPathGraphicsPathGraphicsPath 사용자 정의 캡의 채우기를 정의하는 개체입니다.
strokePathGraphicsPathGraphicsPath 사용자 정의 캡의 윤곽선을 정의하는 개체입니다.
baseCapLineCap사용자 정의 캡을 생성할 라인 캡입니다.

또한보십시오


CustomLineCap(GraphicsPath, GraphicsPath, LineCap, float)

의 새 인스턴스를 초기화합니다.CustomLineCap 지정된 기존의 클래스LineCap지정된 외곽선, 채우기 및 인셋이 있는 열거.

public CustomLineCap(GraphicsPath fillPath, GraphicsPath strokePath, LineCap baseCap, 
    float baseInset)
모수유형설명
fillPathGraphicsPathGraphicsPath 사용자 정의 캡의 채우기를 정의하는 개체입니다.
strokePathGraphicsPathGraphicsPath 사용자 정의 캡의 윤곽선을 정의하는 개체입니다.
baseCapLineCap사용자 정의 캡을 생성할 라인 캡입니다.
baseInsetSingle모자와 선 사이의 거리.

또한보십시오