STK Graphics PrimitivesSend comments on this topic.
MinimumWidthSupported Property (IAgStkGraphicsPolylinePrimitive)
See Also
Windows





Windows & Linux

Description

Gets the minimum width, in pixels, supported by the video card.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property MinimumWidthSupported() As Single
[C#]
public float MinimumWidthSupported {get;}
[Managed C++]
public: __property float get_MinimumWidthSupported();
[Unmanaged C++]
public: HRESULT get_MinimumWidthSupported(
    float * pRetVal
);
[Java]
public float getMinimumWidthSupported();
[Python - STK API ]
@property
def MinimumWidthSupported(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.