diff --git a/docs/xml/lcl/graphics.xml b/docs/xml/lcl/graphics.xml index 0e8836e202..18ba5d22d5 100644 --- a/docs/xml/lcl/graphics.xml +++ b/docs/xml/lcl/graphics.xml @@ -2161,18 +2161,22 @@ Since FPC 2.0 the LCL uses TFPCanvasHelper as ancestor. - + + + Assign - copies the source settings to itself

Method: TFont.Assign

-

Params: ALogFont: TLogFont or

Source: another font

Returns: nothing

-Copies the logfont or source settings to itself +Copies the source settings to itself
+ + +
@@ -2180,8 +2184,17 @@ Copies the logfont or source settings to itself - - + + Assign - copies the LogFont settings to itself + +

Method: TFont.Assign +

+

+ LogFont: another font

+

Returns: nothing

+ + +Copies the LogFont settings to itself
@@ -2485,18 +2498,33 @@ psSolid, psDash, psDot, psDashDot, psDashDotDot, psinsideFrame, psPattern,psClea
- + Most of its properties are inherited from the parent class + + Create - constructor for TPen: performs inherited Create then sets some local defaults, style, mode, width and colour + + + - + Most of its properties are inherited from the parent class + + Destroy - destructor for TPen: frees reference then performs inherited Destroy + + + + - + + + Assign - copies settings from Source to itself (provided Source is another TPen), then performs inherited Assign + + @@ -2688,13 +2716,19 @@ Default is psSolid - + Method: TBrush.Assign
Params: Source: Another brush
Returns: nothing
Copies the source brush to itself
+ + Assign - if Source is another TBrush, copies settings to itself, else performs inherited Assign + + + +
@@ -2710,13 +2744,19 @@ Default is psSolid - + Inherits most of its properties from ancestor Classes + + Create - constructor for TBrush: perform inherited Create then initialise some local variables and SetStyle + + + + - + Inherits properties to remove @@ -2734,6 +2774,12 @@ Default is psSolid Handle + + Destroy - destructor for TBrush: free reference then perform inherited Destroy + + + + @@ -3909,11 +3955,23 @@ If the file is not of the right format, an exception will be generated. - + + + Create - constructor for TPicture: performs inherited Create then loads file and clipboard formats + + + + - + Any destructor method defined here will override destructors defined in ancestor classes + + Destroy - destructor for TPicture: frees graphic then performs inherited Destroy + + + + @@ -8552,7 +8610,13 @@ Checks for the presence of a valid Lazarus Resource, then uses The class of stream for saving data - + + + Create - constructor for TJPEGImage: performs inherited Create then initialises local variables for performance, quality and encoding + + + + @@ -10659,21 +10723,32 @@ Checks for the presence of a valid Lazarus Resource, then uses - + BitMap constructor. The supplied code can override the definition from ancestor classes + + Create - constructor for TCustomBitmap: performs inherited Create and initialises pixel format + + + - + BitMap destructor. The supplied code can override the method defined for ancestor classes + + Destroy - destructor for TCustomBitmap: frees any Mask handles, then performs inherited Destroy + + + + @@ -13248,17 +13323,24 @@ This function checks that the value in - + + Create - constructor for TSharedIcon: performs inherited Create then creates a list of images - + + + - - + + + Destroy - destructor for TSharedIcon: frees the list of images and performs inherited Destroy + - + + + @@ -14348,7 +14430,7 @@ be carefull with this, modify only within a begin/endupdate Whether the Pen is Cosmetic, ie non-geometric - The sort of EndCap used on th ePen + The sort of EndCap used on the Pen