In This Topic
Defines the centre point used for label rotation (whether due to
Angle or as a result of
RotationMode) if the
RotationCentre is set to
SpecifiedPoint
Syntax
'Declaration
Public Property RotationPoint As PointF
'Usage
Dim instance As DicomLabel
Dim value As PointF
instance.RotationPoint = value
value = instance.RotationPoint
public PointF RotationPoint {get; set;}
public:
property PointF RotationPoint {
PointF get();
void set ( PointF value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also