mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-22 17:29:26 +01:00
Docs: LCL/graphics. Adds bsImage and bsPattern topics for changes in e8549a68.
This commit is contained in:
parent
ee82f625c3
commit
54e1097a72
@ -1153,6 +1153,42 @@ degree cross-hatch.
|
|||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<element name="bsImage">
|
||||||
|
<short>
|
||||||
|
Represents the user-specified Image (bitmap) brush style.
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
Alias for the TFPBrushStyle.bsImage enumeration value in the FCL. Fills a
|
||||||
|
shape with a user-specified image (bitmap).
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<version>
|
||||||
|
Added in LCL version 2.4.0.
|
||||||
|
</version>
|
||||||
|
<seealso>
|
||||||
|
<link id="TBrushStyle"/>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
|
||||||
|
<element name="bsPattern">
|
||||||
|
<short>
|
||||||
|
Represents the user-specified Pattern (bitmap) brush style.
|
||||||
|
</short>
|
||||||
|
<descr>
|
||||||
|
<p>
|
||||||
|
Alias for the TFPBrushStyle.bsPattern enumeration value in the FCL. Fills a
|
||||||
|
shape with a user-specified pattern (bitmap).
|
||||||
|
</p>
|
||||||
|
</descr>
|
||||||
|
<version>
|
||||||
|
Added in LCL version 2.4.0.
|
||||||
|
</version>
|
||||||
|
<seealso>
|
||||||
|
<link id="TBrushStyle"/>
|
||||||
|
</seealso>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="pecRound">
|
<element name="pecRound">
|
||||||
<short>Represents the Round pen end cap.</short>
|
<short>Represents the Round pen end cap.</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user