Angle Property (DicomImage)
In This Topic
Controls the rotation of an image
Syntax
'Declaration
Public Property Angle As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.Angle = value
value = instance.Angle
public System.float Angle {get; set;}
public read-write property Angle: System.Single;
public function get,set Angle : System.float
public: __property System.float get_Angle();
public: __property void set_Angle(
System.float value
);
public:
property System.float Angle {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also