GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / AddRulerAnnotInteractive Method





In This Topic
AddRulerAnnotInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub AddRulerAnnotInteractive( _
   ByVal BorderColor As Color, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single, _
   ByVal MeasurementUnit As Annotation.UnitMode _
) 
public void AddRulerAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   Annotation.UnitMode MeasurementUnit
)
public procedure AddRulerAnnotInteractive( 
    BorderColor: Color;
    BorderWidth: Single;
    Opacity: Single;
    MeasurementUnit: Annotation.UnitMode
); 
public function AddRulerAnnotInteractive( 
   BorderColor : Color,
   BorderWidth : float,
   Opacity : float,
   MeasurementUnit : Annotation.UnitMode
);
public: void AddRulerAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   Annotation.UnitMode MeasurementUnit
) 
public:
void AddRulerAnnotInteractive( 
   Color BorderColor,
   float BorderWidth,
   float Opacity,
   Annotation.UnitMode MeasurementUnit
) 

Parameters

BorderColor
BorderWidth
Opacity
MeasurementUnit
See Also