GeometryPipeline 클래스
기하 도형의 파이프라인을 나타냅니다.
상속 계층
System.Object
System.Spatial.GeometryPipeline
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustInherit Class GeometryPipeline
‘사용 방법
Dim instance As GeometryPipeline
public abstract class GeometryPipeline
public ref class GeometryPipeline abstract
[<AbstractClassAttribute>]
type GeometryPipeline = class end
public abstract class GeometryPipeline
GeometryPipeline 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
GeometryPipeline | GeometryPipeline 클래스의 새 인스턴스를 초기화합니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
BeginFigure | 그림을 그리기 시작합니다. |
![]() |
BeginGeometry | 공간 개체를 그리기 시작합니다. |
![]() |
EndFigure | 현재 그림을 끝냅니다. |
![]() |
EndGeometry | 현재 공간 개체를 끝냅니다. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
LineTo | 지정된 좌표에 지점을 그립니다. |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
Reset | 파이프라인을 다시 설정합니다. |
![]() |
SetCoordinateSystem | 좌표계를 설정합니다. |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.