AlignMultiLineTextRectVertically(TRect,string,TcxAlignmentVert,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean)
|
Adjusts the rectangle rectangle to fit text according to the specified settings.
|
AngleArc(Integer,Integer,Cardinal,Single,Single)
|
Draws a circular arc on the canvas and updates the pen position.
|
Arc(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer)
|
Draws an elliptically curved line on the canvas.
|
Arc(TRect,TPoint,TPoint,TdxAlphaColor,Integer,TPenStyle)
|
|
Arc(TRect,TPoint,TPoint,TColor,Integer,TPenStyle)
|
|
ArcTo(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer)
|
Draws an elliptically curved line on the canvas and updates the pen position.
|
BeginPath
|
Opens a GDI path bracket for the device context of the underlying canvas.
|
BrushCopy(TRect,TBitmap,TRect,TColor)
|
Draws a portion of the specified bitmap on the canvas.
|
Chord(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer)
|
Draws an elliptically curved line whose start and end points are connected with a straight line.
|
CopyRect(TRect,TCanvas,TRect)
|
Draws a portion of a VCL canvas on the current canvas.
|
Draw(Integer,Integer,TGraphic,Byte)
|
Draws a specified image on the canvas.
|
Draw(Integer,Integer,TGraphic)
|
|
DrawBitmap(TdxFastDIB,TdxRectF,TdxRectF,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxFastDIB,TdxRectF,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxFastDIB,TRect,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxFastDIB,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxGpFastDIB,TdxRectF,TdxRectF,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxGpFastDIB,TdxRectF,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TdxGpFastDIB,TRect,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
Draws a specified bitmap on the canvas.
|
DrawBitmap(TdxGpFastDIB,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TBitmap,TRect,PcxCanvasBasedImage)
|
|
DrawBitmap(TBitmap,TRect,TRect,PcxCanvasBasedImage)
|
|
DrawBitmap(TBitmap,TRect,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawBitmap(TBitmap,TRect,TAlphaFormat,PcxCanvasBasedImage)
|
|
DrawComplexFrame(TRect,TColor,TColor,TcxBorders,Integer)
|
Draws a two-colored rectangular outline.
|
DrawDesignSelection(TRect,Integer)
|
Draws a custom focus rectangle around a UI element.
|
DrawEdge(TRect,Boolean,Boolean,TcxBorders)
|
Draws edges of a specified rectangle.
|
DrawFocusRect(TRect)
|
Draws a focus rectangle around a UI element.
|
DrawFocusRectEx(TRect,TcxBorders,Boolean)
|
Draws a focus rectangle or any number of its borders.
|
DrawGlyph(Integer,Integer,TBitmap,Boolean,TColor)
|
Draws a partially transparent glyph on the canvas.
|
DrawImage(TdxGPImage,TdxRectF,PcxCanvasBasedImage)
|
|
DrawImage(TdxGPImage,TRect,PcxCanvasBasedImage)
|
Draws a bitmap stored in a specified image container on a designated canvas area.
|
DrawImage(TCustomImageList,Integer,Integer,Integer,Boolean)
|
Draws an image from a specified image list.
|
DrawRegion(TcxRegion,TColor,TColor,Integer,Integer)
|
|
DrawRegion(TcxRegionHandle,TColor,TColor,Integer,Integer)
|
Draws a specified region on the canvas.
|
DrawTexT(string,TRect,TAlignment,TcxAlignmentVert,Boolean,Boolean)
|
Draws formatted text within a specified rectangle on the canvas.
|
DrawTexT(string,TRect,Integer,Boolean,TcxRotationAngle)
|
Draws formatted text within a specified rectangle on the canvas.
|
DrawTexT(string,TRect,Integer,Boolean)
|
Draws formatted text within a specified rectangle on the canvas.
|
Ellipse(Integer,Integer,Integer,Integer)
|
|
Ellipse(TRect,TdxAlphaColor,TdxAlphaColor,TPenStyle,Integer)
|
|
Ellipse(TRect,TColor,TColor,TPenStyle,Integer)
|
|
Ellipse(TRect)
|
Draws an ellipse or circle on the canvas.
|
EnableAntialiasing(Boolean)
|
|
EndPath
|
|
Equals(TObject)
|
|
ExcludeClipRect(TRect)
|
Shrinks the clip region down to the difference between it and a specified rectangle.
|
ExcludeFrameRect(TRect,Integer,TcxBorders)
|
Excludes a specified frame or any number of its borders from the clip region.
|
FillPixel(Integer,Integer,TColor)
|
|
FillPolygon(TdxPointF[],TcxCanvasBasedBrush)
|
|
FillPolygon(TPoint[],TdxAlphaColor)
|
|
FillPolygon(TPoint[],TColor)
|
Draws a polygon filled with a designated color.
|
FillRect(TdxRectF,TdxAlphaColor)
|
|
FillRect(TRect,TcxViewParams,Boolean)
|
Draws a filled rectangle.
|
FillRect(TRect,TdxAlphaColor)
|
|
FillRect(TRect,TdxGPImage,PcxCanvasBasedImage)
|
Draws a filled rectangle.
|
FillRect(TRect,TBitmap,Boolean)
|
|
FillRect(TRect,TColor,Byte)
|
|
FillRect(TRect,TColor)
|
|
FillRectByGradient(TRect,TdxAlphaColor,TdxAlphaColor,TdxGpLinearGradientMode)
|
Draws a rectangle filled with a linear gradient.
|
FillRectByGradient(TRect,TColor,TColor,Boolean)
|
|
FillRegion(TcxRegion,TColor)
|
|
FillRegion(TcxRegionHandle,TColor)
|
Fills a specified region with a solid color.
|
FlipHorizontally(TBitmap)
|
Flips a specified bitmap horizontally.
|
FloodFill(Integer,Integer,TColor,TFillStyle)
|
Fills a closed polygon with the active brush.
|
FocusRectangle(TRect)
|
|
FontHeight(TFont)
|
Returns the height of a string rendered in the current font in pixels.
|
FrameRect(TdxRectF,TdxAlphaColor,Single,TcxBorders)
|
|
FrameRect(TRect,TdxAlphaColor,Integer,TcxBorders)
|
Draws a rectangular outline.
|
FrameRect(TRect,TColor,Integer,TcxBorders)
|
|
FrameRect(TRect,TColor,Integer,TcxBorders,Boolean)
|
Draws a border around a rectangle.
|
FrameRect(TRect)
|
|
FrameRegion(TcxRegion,TColor,Integer,Integer)
|
|
FrameRegion(TcxRegionHandle,TColor,Integer,Integer)
|
Draws an outline of the specified region on the canvas.
|
GetClipRegion(Boolean)
|
Copies the clip region.
|
GetHashCode
|
|
GetParams(TcxViewParams)
|
Copies the canvas draw settings.
|
GetTextStringsBounds(string,TRect,Integer,Boolean,TRects)
|
Returns bounding rectangles for text that fits into the target rectangle at the specified settings.
|
HandleAllocated
|
Identifies if the canvas has a handle to a device context.
|
IntersectClipRect(TdxRectF)
|
|
IntersectClipRect(TRect)
|
Shrinks the clip region down to its intersection with a specified rectangle.
|
InvertFrame(TRect,Integer)
|
Inverts colors within a rectangular outline on the canvas.
|
InvertRect(TRect)
|
Inverts colors within a specified rectangle on the canvas.
|
Line(Integer,Integer,Integer,Integer)
|
Draws a single straight line between two points on the canvas.
|
Line(TPoint,TPoint,TdxAlphaColor,Integer,TPenStyle)
|
|
Line(TPoint,TPoint,TColor,Integer,TPenStyle)
|
Draws a single straight line on the canvas.
|
Line(TPoint,TPoint)
|
|
LineTo(Integer,Integer)
|
Draws a single straight line between the current pen position and a specified point on the canvas.
|
Lock
|
Forbids other threads to draw on the canvas until an Unlock procedure call.
|
ModifyWorldTransform(TXForm)
|
Changes the current world space to page space transformation.
|
MoveTo(Integer,Integer)
|
Moves the current pen position to a specified point on the canvas.
|
MoveWindowOrg(TPoint)
|
Shifts the window origin horizontally and/or vertically.
|
PathToRegion(Boolean)
|
Converts the selected GDI path into a region.
|
Pie(Integer,Integer,Integer,Integer,Integer,Integer,Integer,Integer)
|
|
Pie(TRect,Integer,Integer)
|
Draws a sector of a circle or ellipse on the canvas.
|
Pie(TRect,TPoint,TPoint)
|
|
PolyBezier(TPoint[])
|
Draws a series of interconnected Bezier curves on the canvas.
|
PolyBezierTo(TPoint[])
|
Draws a series of interconnected Bezier curves on the canvas and updates the pen position.
|
Polygon(PdxPointF,Integer,TcxCanvasBasedBrush,TcxCanvasBasedPen)
|
|
Polygon(TdxPointF[],TcxCanvasBasedBrush,TcxCanvasBasedPen)
|
|
Polygon(TPoint[],TdxAlphaColor,TdxAlphaColor)
|
|
Polygon(TPoint[],TColor,TColor)
|
Draws a polygon on the canvas.
|
Polygon(TPoint[])
|
Draws a polygon on the canvas.
|
Polyline(TPoint[],TdxAlphaColor,Integer,TPenStyle)
|
|
Polyline(TPoint[],TColor,Integer,TPenStyle)
|
Draws a polyline on the canvas.
|
Polyline(TPoint[])
|
Draws a polyline on the canvas.
|
QueryInterface(TGUID,Untyped)
protected
|
Provides access to the implementation of the specified interface if the current object supports it.
|
Rectangle(Integer,Integer,Integer,Integer)
|
|
Rectangle(TRect,TcxViewParams,TcxBorders,TColor,Integer,Boolean)
|
Draws a rectangle on the canvas.
|
Rectangle(TRect,TdxAlphaColor,TdxAlphaColor,TPenStyle,Integer)
|
|
Rectangle(TRect,TColor,TColor,TPenStyle,Integer)
|
Draws a rectangle on the canvas.
|
Rectangle(TRect)
|
|
RectFullyVisible(TRect)
|
Identifies if the specified rectangle fits into the clip region.
|
RectVisible(TdxRectF)
|
|
RectVisible(TRect)
|
Identifies if a specified rectangle is treated as visible.
|
Refresh
|
Restores the default settings of the device context.
|
RestoreAntialiasing
|
|
RestoreClipRegion
|
Restores the last saved clip region state.
|
RestoreDC
|
Restores the last saved device context.
|
RestoreState
|
Restores the last saved canvas state.
|
RestoreWorldTransform
|
Applies the last saved world space to page space transformation to the canvas.
|
RotateBitmap(TBitmap,TcxRotationAngle,Boolean)
|
Rotates or flips a specified bitmap.
|
RoundRect(Integer,Integer,Integer,Integer,Integer,Integer)
|
|
RoundRect(TRect,Integer,Integer)
|
Draws a rectangle with rounded corners.
|
SaveClipRegion
|
Saves the current clip region state.
|
SaveDC
|
Saves the current device context.
|
SaveState
|
Saves the current canvas state.
|
SaveWorldTransform
|
Saves the world space to page space transformation applied to the canvas.
|
SetBrushColor(TColor)
|
Updates the brush fill color.
|
SetClipRegion(TcxRegion,TcxRegionOperation,Boolean,Boolean)
|
Defines or changes the clip region for the canvas.
|
SetFontAngle(Integer)
|
Changes the text rotation angle (in degrees) for the active canvas font settings.
|
SetParams(TcxViewParams)
|
Updates the canvas brush and font settings from a specified source.
|
StretchDraw(TRect,TGraphic)
|
Draws a specified image on a designated canvas area.
|
TextExtent(string,TRect,Integer)
|
Returns the dimensions of a text string at the canvas font settings.
|
TextExtent(string)
|
|
TextHeight(string)
|
Returns the height of a specified string, in pixels.
|
TextOut(Integer,Integer,string)
|
Draws a text string at the specified position on the canvas.
|
TextWidth(string)
|
Returns the width of a specified string, in pixels.
|
ToString
|
|
TransparentDraw(Integer,Integer,TBitmap,Byte,TBitmap)
|
Blends two bitmaps according to the specified alpha and draws the resulting image on the canvas.
|
Unlock
|
Allows other threads to draw on the canvas after a Lock procedure call.
|
WidenPath
|
Updates the selected GDI path according to the active pen settings.
|