All types
|
All members
RT.Util
RT.KitchenSink.Drawing
RT.KitchenSink.Fonts
RT.Util
RT.Util.Controls
RT.Util.Drawing
Bytes
Bitmap
Canvas
Coordinate
Axes
Direction
Graphics
Transformer
Graphics
Util
ColorBlend
(
color
,
back
Color
,
amount
)
DrawBitmap
(
width
,
height
,
draw
,
keep
Low
Quality
)
DrawImageAlpha
(
graphics
,
image
,
dest
Rect
,
opacity
)
DrawRoundedRectangle
(
g
,
pen
,
rectangle
,
radius
,
tolerant
)
DrawRoundedRectangle
(
g
,
pen
,
x
,
y
,
width
,
height
,
radius
,
tolerant
)
FitIntoMaintainAspectRatio
(
fit
What
,
fit
Into
)
FromHsv
(
hue
,
saturation
,
value
)
GetMaximumFontSize
(
graphics
,
maximum
Size
,
font
Family
,
text
,
style
,
allow
Word
Wrapping
)
GetMaximumFontSize
(
graphics
,
font
Family
,
text
,
style
,
allow
Word
Wrapping
,
max
Width
,
max
Height
)
MakeSemitransparentImage
(
size
,
init
Graphics
,
draw
Opaque
Layer
,
draw
Transparency
Layer
)
MakeSemitransparentImage
(
width
,
height
,
init
Graphics
,
draw
Opaque
Layer
,
draw
Transparency
Layer
,
transparency
From
Channel
,
invert
Transparency
)
RoundedRectangle
(
rectangle
,
radius
,
tolerant
)
RoundedRectangle
(
x
,
y
,
width
,
height
,
radius
,
tolerant
)
SetHighQuality
(
g
)
SetTransparencyChannel
(
source
,
transparency
Layer
,
channel
,
invert
)
Text
Anchor
RT.Util.ExtensionMethods
RT.Util.Forms
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Extension method:
void
SetHighQuality
(
this Graphics
)
Declared in:
RT.Util.Drawing.
GraphicsUtil
Declaration
public static
void
SetHighQuality
(
this Graphics
g
)
Summary
Sets the interpolation mode, smoothing mode, text rendering hint and compositing quality for the specified Graphics object to high quality.