Renderer.Draw - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Draws strokes on a Graphics or device context.
Список перегрузки
Имя | Описание | |
---|---|---|
Draw(Bitmap, Stroke) | Draws the Stroke on the specified Bitmap. | |
Draw(Bitmap, Strokes) | Draws the Strokes collection on the specified Bitmap. | |
Draw(Graphics, Stroke) | Draws the Stroke object on the specified Graphics surface. | |
Draw(Graphics, Strokes) | Draws the Strokes collection on the specified Graphics surface. | |
Draw(IntPtr, Stroke) | Draws the Stroke object on the device context whose handle is passed in. | |
Draw(IntPtr, Strokes) | Draws the Strokes collection on the device context whose handle is passed in. | |
Draw(Bitmap, Stroke, DrawingAttributes) | Draws the Stroke on the specified Bitmap with the specified DrawingAttributes. | |
Draw(Graphics, Stroke, DrawingAttributes) | Draws the Stroke object, with DrawingAttributes, on the specified Graphics surface. | |
Draw(IntPtr, Stroke, DrawingAttributes) | Draws the Stroke object, with DrawingAttributes, on the device context whose handle is passed in. |
В начало страницы