CFF2SubInsertScale Property |
The scale
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PointF Scale { get; set; }
Public Property Scale As PointF
Get
Set
public:
property PointF Scale {
PointF get ();
void set (PointF value);
}
member Scale : PointF with get, set
Property Value
Type:
PointF
See Also