IUIX_Brush Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Brush Interface}}
 
{{#customTitle:IUIX_Brush Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_Brush|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_Brush_Clone|Clone]]
 
| [[PXV:IUIX_Brush_Clone|Clone]]
| ...
+
|  
 +
|
 +
|
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_Brush_BlendType|BlendType]]
 
| [[PXV:IUIX_Brush_BlendType|BlendType]]
| style="text-align: center" | R/W
+
| [[PXV:IUIX_Brush_Gamma|Gamma]]
| .
+
| [[PXV:IUIX_Brush_HatchType|HatchType]]
 +
| [[PXV:IUIX_Brush_Stop0|Stop0]]
 
|-
 
|-
 
| [[PXV:IUIX_Brush_Color0|Color0]]
 
| [[PXV:IUIX_Brush_Color0|Color0]]
| style="text-align: center" | R/W
+
| [[PXV:IUIX_Brush_GradientType|GradientType]]
| .
+
| [[PXV:IUIX_Brush_Opacity|Opacity]]
 +
| [[PXV:IUIX_Brush_Stop1|Stop1]]
 
|-
 
|-
 
| [[PXV:IUIX_Brush_Color1|Color1]]
 
| [[PXV:IUIX_Brush_Color1|Color1]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_gamma|gamma]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_GradientType|GradientType]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Brush_HatchLineWidth|HatchLineWidth]]
 
| [[PXV:IUIX_Brush_HatchLineWidth|HatchLineWidth]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_HatchType|HatchType]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_Opacity|Opacity]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Brush_Steps|Steps]]
 
| [[PXV:IUIX_Brush_Steps|Steps]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_Stop0|Stop0]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Brush_Stop1|Stop1]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Brush_Type|Type]]
 
| [[PXV:IUIX_Brush_Type|Type]]
| style="text-align: center" | R/W
 
| .
 
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_RenderContext_DrawOval|IUIX_RenderContext::DrawOval]], [[PXV:IUIX_RenderContext_DrawPolygon|IUIX_RenderContext::DrawPolygon]], [[PXV:IUIX_RenderContext_DrawPolygon2|IUIX_RenderContext::DrawPolygon2]], [[PXV:IUIX_RenderContext_DrawPolyPolygon|IUIX_RenderContext::DrawPolyPolygon]], [[PXV:IUIX_RenderContext_DrawRect|IUIX_RenderContext::DrawRect]], [[PXV:IUIX_RenderContext_DrawRoundRect|IUIX_RenderContext::DrawRoundRect]], [[PXV:IUIX_Pen_Brush|IUIX_Pen::Brush]], [[PXV:IUIX_DrawStringHighlight_Brush|IUIX_DrawStringHighlight::Brush]], [[PXV:IUIX_Inst_CreateNewBrush|IUIX_Inst::CreateNewBrush]], [[PXV:IPXV_DocHighlighter_Add|IPXV_DocHighlighter::Add]], [[PXV:IPXV_DocHighlightItem_Brush|IPXV_DocHighlightItem::Brush]]

Latest revision as of 01:07, 1 December 2017


The interface of object of PDF-XChange Editor SDK.

Methods

Clone

Properties

BlendType Gamma HatchType Stop0
Color0 GradientType Opacity Stop1
Color1 HatchLineWidth Steps Type

See Also

IUIX_RenderContext::DrawOval, IUIX_RenderContext::DrawPolygon, IUIX_RenderContext::DrawPolygon2, IUIX_RenderContext::DrawPolyPolygon, IUIX_RenderContext::DrawRect, IUIX_RenderContext::DrawRoundRect, IUIX_Pen::Brush, IUIX_DrawStringHighlight::Brush, IUIX_Inst::CreateNewBrush, IPXV_DocHighlighter::Add, IPXV_DocHighlightItem::Brush