Renderer.Measure - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Calculates the Rectangle on the device context needed to contain the stroke or strokes to be drawn by the Renderer object.
Список перегрузки
Имя | Описание | |
---|---|---|
Measure(Stroke) | Calculates the Rectangle on the device context needed to contain the Stroke object to be drawn with the Draw method of the Renderer object. | |
Measure(Strokes) | Calculates the Rectangle on the device context needed to contain the Strokes collection to be drawn with the Draw method of the Renderer object. | |
Measure(Stroke, DrawingAttributes) | Calculates the Rectangle on the device context needed to contain the Stroke object to be drawn with the Draw method of the Renderer object by using the specified DrawingAttributes. |
В начало страницы