Name | Description | |
---|---|---|
clone | Creates a new annotation pen that is a copy of the current annotation pen. | |
copyTo | Copies the state of the current annotation pen to the target annotation pen. | |
equals | Determines that this annotation pen is equals to the specified annotation pen. | |
get_Color | Gets the color of the pen. | |
get_DashPattern | Gets the dash pattern. | |
get_DashStyle | Gets the style for dashed lines. | |
get_EndCap | Gets the cap style used at the end of lines drawn with the pen. | |
get_LineJoin | Gets the join style for the ends of two consecutive lines. | |
get_MiterLimit | Gets the number that specifies maximum miter length. | |
get_StartCap | Gets the cap style used at the beginning of lines drawn with the pen. | |
get_Width | Gets the width of the pen. | |
set_Color | Sets the color of the pen. | |
set_DashPattern | Sets the dash pattern. | |
set_DashStyle | Sets the style for dashed lines. | |
set_EndCap | Sets the cap style used at the end of lines drawn with the pen. | |
set_LineJoin | Sets the join style for the ends of two consecutive lines. | |
set_MiterLimit | Sets the number that specifies maximum miter length. | |
set_StartCap | Sets the cap style used at the beginning of lines drawn with the pen. | |
set_Width | Sets the width of the pen. |