DrawArc(pen, center, radius, startAngle, sweepAngle) DrawPie(pen, center, radius, startAngle, sweepAngle) DrawPie(pen, centerX, centerY, radius, startAngle, sweepAngle) DrawText(text, brush, font, centerX, centerY) SetViewport(leftWX, topWY, rightWX, bottomWY, maintainAspect) SetViewport(leftWX, topWY, rightWX, bottomWY, aspectXY) SetViewportHorz(worldLeft, worldRight, screenLeft, screenRight, maintainAspect) SetViewportVert(worldTop, worldBottom, screenTop, screenBottom, maintainAspect)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Field: Size ScreenSize- Declared in: RT.Util.Drawing.Canvas
DeclarationSize ScreenSize Summary
Stores the screen size. "Screen" here refers to the final surface that this Canvas is destined for. The screen
size is used for "set viewport" methods which do not take a screen location: they assume the relevant screen
edge is meant instead. |