This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeType Interface > IGraphicAttributeType.DrawValue Method (ArcObjects .NET 10.4 SDK) |
Draws a value on the device context.
[Visual Basic .NET] Public Sub DrawValue ( _ ByVal Value As Object, _ ByRef rect As tagRECT, _ ByVal hDC As Integer, _ ByVal readOnly As Boolean _ )
[C#] public void DrawValue ( object Value, ref tagRECT rect, ref int hDC, ref bool readOnly );
[C++]
HRESULT DrawValue(
VARIANT Value,
tagRECT* rect,
long hDC,
VARIANT_BOOL readOnly
);
[C++]
Parameters Value [in] Value is a parameter of type VARIANT rect [in]
rect is a parameter of type tagRECT hDC [in] hDC is a parameter of type long readOnly [in] readOnly is a parameter of type VARIANT_BOOL