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