GdiDrawObjectWidth Property
|
Property that represents original width of the
GDI owner draw object in pixel units.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract int Width { get; set; }
Public MustOverride Property Width As Integer
Get
Set
public:
virtual property int Width {
int get () abstract;
void set (int value) abstract;
}
abstract Width : int with get, set
Property Value
Int32
See Also