Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal pt As LogicalPoint _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LogicalSize( LogicalPoint pt ) |
C++/CLI | |
---|---|
public: LogicalSize( LogicalPoint pt ) |
Parameters
- pt
- LogicalPoint specifies the width, height, and the unit of measurement of the LogicalSize through its X-componenet, Y-component, and LogicalUnit, respectively.
The unit will be set to the Default(Pixel).
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family