ImageGear .NET
LineCap Property




Gets or sets the line cap style, corresponding to the J (setlinecap) operator.
Syntax
'Declaration
 
Public Property LineCap As Integer
'Usage
 
Dim instance As ImGearPDEGraphicState
Dim value As Integer
 
instance.LineCap = value
 
value = instance.LineCap
public int LineCap {get; set;}
public: __property int get_LineCap();
public: __property void set_LineCap( 
   int value
);
public:
property int LineCap {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is 0.
See Also

Reference

ImGearPDEGraphicState Class
ImGearPDEGraphicState Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback