Graphics.GetContextInfo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetContextInfo(PointF, Region) |
누적 오프셋 및 클립 영역을 가져옵니다. |
GetContextInfo() |
사용되지 않음.
누적 그래픽 컨텍스트를 가져옵니다. |
GetContextInfo(PointF) |
누적 오프셋을 가져옵니다. |
GetContextInfo(PointF, Region)
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
누적 오프셋 및 클립 영역을 가져옵니다.
public:
void GetContextInfo([Runtime::InteropServices::Out] System::Drawing::PointF % offset, [Runtime::InteropServices::Out] System::Drawing::Region ^ % clip);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public void GetContextInfo (out System.Drawing.PointF offset, out System.Drawing.Region? clip);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.GetContextInfo : PointF * Region -> unit
Public Sub GetContextInfo (ByRef offset As PointF, ByRef clip As Region)
매개 변수
- offset
- PointF
이 메서드가 반환되면 누적 오프셋이 포함됩니다. 이 매개 변수는 초기화되지 않은 것으로 처리됩니다.
- clip
- Region
이 메서드가 반환되면 누적 클립 영역을 포함하거나 클립 영역이 무한하면 null
. 이 매개 변수는 초기화되지 않은 것으로 처리됩니다.
- 특성
적용 대상
GetContextInfo()
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
주의
Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations.
누적 그래픽 컨텍스트를 가져옵니다.
public:
System::Object ^ GetContextInfo();
[System.Obsolete("Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations.", DiagnosticId="SYSLIB0016", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public object GetContextInfo ();
public object GetContextInfo ();
[<System.Obsolete("Use the Graphics.GetContextInfo overloads that accept arguments for better performance and fewer allocations.", DiagnosticId="SYSLIB0016", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.GetContextInfo : unit -> obj
member this.GetContextInfo : unit -> obj
Public Function GetContextInfo () As Object
반환
누적 그래픽 컨텍스트를 나타내는 Object.
- 특성
설명
반환 값은 첫 번째 요소에 누적 클립 영역이 포함되고 두 번째 요소에는 누적 변환/변환 행렬이 포함된 개체 배열입니다.
적용 대상
GetContextInfo(PointF)
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
- Source:
- Graphics.cs
누적 오프셋을 가져옵니다.
public:
void GetContextInfo([Runtime::InteropServices::Out] System::Drawing::PointF % offset);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public void GetContextInfo (out System.Drawing.PointF offset);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.GetContextInfo : PointF -> unit
Public Sub GetContextInfo (ByRef offset As PointF)
매개 변수
- offset
- PointF
이 메서드가 반환되면 누적 오프셋이 포함됩니다. 이 매개 변수는 초기화되지 않은 것으로 처리됩니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET