ShapeGeometry.SnapToCircle 메서드
원 주변에 지점이 경계 상자는 기 하 도형 중심을 맞춥니다.
네임스페이스: Microsoft.VisualStudio.Modeling.Diagrams
어셈블리: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
구문
‘선언
Public Shared Function SnapToCircle ( _
center As PointD, _
radius As Double, _
vectorEndpoint As PointD, _
potentialPoint As PointD _
) As PointD
public static PointD SnapToCircle(
PointD center,
double radius,
PointD vectorEndpoint,
PointD potentialPoint
)
매개 변수
- center
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
원의 중심점입니다.
- radius
형식: System.Double
원의 반지름입니다.
- vectorEndpoint
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
기준으로 측정 한 선의는 임의의 지점으로 표시 되는 줄의 방향에서 potentialPoint.예를 들어, 수평 면 Y 좌표 0입니다 및 X 좌표에 임의의 값이 있습니다.
- potentialPoint
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
경계 사각형에 지점 원의 원에 맞게 확장 될 수 있습니다.
반환 값
형식: Microsoft.VisualStudio.Modeling.Diagrams.PointD
원의 둘레에 스냅 된 발생할 수 있는 지점입니다.
설명
원형 및 타원형 형상에 대 한이 함수는 도우미를 사용할 수 있습니다 DoFoldToShape.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.