Renderer.PixelToInkSpace - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Converts one or more locations from pixel coordinates to ink space coordinates.
Список перегрузки
Имя | Описание | |
---|---|---|
![]() |
PixelToInkSpace(Graphics, Point%) | Converts a location in pixel space coordinates to be a location in ink space coordinates by using a Graphics object for the conversion. |
![]() |
PixelToInkSpace(Graphics, array<Point[]%) | Converts an array of locations in pixel space coordinates to be an array of locations in ink space coordinates by using a Graphics object for the conversion. |
![]() |
PixelToInkSpace(IntPtr, Point%) | Converts a location in pixel space coordinates to be a location in ink space coordinates by using a handle for the conversion. |
![]() |
PixelToInkSpace(IntPtr, array<Point[]%) | Converts an array of locations in pixel space coordinates to be an array of locations in ink space coordinates by using a handle for the conversion. |
В начало страницы