CadHatchPixelSize Property |
Gets or sets the pixel size.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects.Hatch
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic double PixelSize { get; set; }Public Property PixelSize As Double
Get
Set
public:
property double PixelSize {
double get ();
void set (double value);
}member PixelSize : float with get, set
Property Value
Type:
Double
See Also